Searched refs:cpp (Results 1 – 11 of 11) sorted by relevance
39 /test/integration/cpp/[A-Za-z]*40 !/test/integration/cpp/[A-Za-z]*.*41 /test/integration/cpp/*.[od]42 /test/integration/cpp/*.gcda43 /test/integration/cpp/*.gcno44 /test/integration/cpp/*.out
217 CPP_SRCS := $(srcroot)src/jemalloc_cpp.cpp218 TESTS_INTEGRATION_CPP := $(srcroot)test/integration/cpp/basic.cpp228 CPP_OBJS := $(CPP_SRCS:$(srcroot)%.cpp=$(objroot)%.$(O))230 CPP_PIC_OBJS := $(CPP_SRCS:$(srcroot)%.cpp=$(objroot)%.pic.$(O))240 TESTS_INTEGRATION_CPP_OBJS := $(TESTS_INTEGRATION_CPP:$(srcroot)%.cpp=$(objroot)%.$(O))282 $(CPP_OBJS): $(objroot)src/%.$(O): $(srcroot)src/%.cpp285 $(CPP_PIC_OBJS): $(objroot)src/%.pic.$(O): $(srcroot)src/%.cpp302 $(TESTS_CPP_OBJS): $(objroot)test/%.$(O): $(srcroot)test/%.cpp358 $(objroot)test/integration/cpp/%$(EXE): $(objroot)test/integration/cpp/%.$(O) $(C_TESTLIB_INTEGRATI…465 …$(SHELL) $(srcroot)coverage.sh $(srcroot)test/integration/cpp integration $(TESTS_INTEGRATION_CPP_…[all …]
330 'cpp' when 'configure' is looking for include files, so you must use
446 dnl Define cpp macros in CPPFLAGS, rather than doing AC_DEFINE(macro), since the
843 - Fix a cpp logic regression (due to the "thread.{de,}allocatedp" mallctl fix
45 MODULE_SRCS = $(LOCAL_DIR)/lz4-fuzztest.cpp \57 MODULE_SRCS = $(LOCAL_DIR)/lz4-decompress-fuzztest.cpp \
13 $(LOCAL_DIR)/comm-lpc.cpp
48 $(LOCAL_DIR)/source/os_specific/service_layers/oszircon.cpp
294 union node *cp, **cpp; in command() local404 cpp = &n1->ncase.cases; in command()411 *cpp = cp = (union node *)stalloc(sizeof (struct nclist)); in command()429 cpp = &cp->nclist.next; in command()439 *cpp = NULL; in command()
38 * cpp-based string concatenation, e.g.
180 $(SRC_DIR)/os_specific/service_layers/osfuchsia.cpp
Completed in 18 milliseconds