Searched refs:cpp (Results 176 - 200 of 691) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/stop-hook/multiple_threads/
H A DMakefile4 CXX_SOURCES := main.cpp
/external/lldb/test/functionalities/thread/step_out/
H A DMakefile2 CXX_SOURCES := main.cpp
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
H A DMakefile4 CXX_SOURCES := main.cpp
/external/lldb/test/functionalities/watchpoint/multiple_threads/
H A DMakefile4 CXX_SOURCES := main.cpp
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
H A DMakefile4 CXX_SOURCES := main.cpp
/external/lldb/test/lang/cpp/dynamic-value/
H A DMakefile3 CXX_SOURCES := pass-to-base.cpp
/external/lldb/test/lang/cpp/rvalue-references/
H A DMakefile3 CXX_SOURCES := main.cpp
/external/lldb/test/python_api/formatters/
H A DMakefile3 CXX_SOURCES := main.cpp
/external/lldb/test/python_api/watchpoint/watchlocation/
H A DMakefile4 CXX_SOURCES := main.cpp
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A DMakefile3 toy : toy.cpp
4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A DMakefile3 toy-mcjit : toy.cpp
4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
/external/clang/test/Preprocessor/
H A Dinit.c1 /PtrDiffType / RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -check-prefix ASM %s
/external/libvpx/
H A Dlibwebm.mk5 LOCAL_SRC_FILES := libwebm/mkvparser.cpp
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A DMakefile3 toy-mcjit : toy.cpp
4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
6 toy-jit : toy-jit.cpp
7 clang++ toy-jit.cpp -g -O3 -rdynamic `llvm-config --cppflags --ldflags --libs core jit native` -o toy-jit
/external/llvm/lib/Bitcode/Writer/
H A DAndroid.mk4 BitWriter.cpp \
5 BitcodeWriter.cpp \
6 BitcodeWriterPass.cpp \
7 ValueEnumerator.cpp
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DMakefile14 SOURCES += OProfileJITEventListener.cpp \
15 OProfileWrapper.cpp
/external/llvm/lib/MC/MCDisassembler/
H A DAndroid.mk4 Disassembler.cpp \
5 MCDisassembler.cpp \
6 MCExternalSymbolizer.cpp \
7 MCRelocationInfo.cpp
/external/llvm/lib/Option/
H A DAndroid.mk4 Arg.cpp \
5 ArgList.cpp \
6 Option.cpp \
7 OptTable.cpp
/external/llvm/lib/Transforms/Vectorize/
H A DAndroid.mk4 BBVectorize.cpp \
5 LoopVectorize.cpp \
6 SLPVectorizer.cpp \
7 Vectorize.cpp
/external/llvm/tools/llvm-diff/
H A DAndroid.mk11 llvm-diff.cpp \
12 DiffConsumer.cpp \
13 DifferenceEngine.cpp \
14 DiffLog.cpp \
/external/llvm/tools/obj2yaml/
H A DAndroid.mk11 obj2yaml.cpp \
12 coff2yaml.cpp \
13 elf2yaml.cpp \
14 Error.cpp \
/external/e2fsprogs/lib/e2p/
H A Dostype.c48 const char **cpp; local
51 for (cpp = os_tab; *cpp; cpp++, i++) {
52 if (!strcasecmp(str, *cpp))
/external/clang/lib/Rewrite/
H A DAndroid.mk16 DeltaTree.cpp \
17 HTMLRewrite.cpp \
18 RewriteRope.cpp \
19 Rewriter.cpp \
20 TokenRewriter.cpp
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAndroid.mk19 AnalysisConsumer.cpp \
20 CheckerRegistration.cpp \
21 FrontendActions.cpp \
22 ModelConsumer.cpp \
23 ModelInjector.cpp
/external/sqlite/android/
H A DAndroid.mk4 PhoneNumberUtils.cpp \
5 OldPhoneNumberUtils.cpp \
6 sqlite3_android.cpp
29 # > g++ -Wall external/sqlite/android/PhoneNumberUtils.cpp \
30 # external/sqlite/android/PhoneNumberUtilsTest.cpp
38 # Please add tests if you modify the implementation of PhoneNumberUtils.cpp and add
39 # test cases in PhoneNumberUtilsTest.cpp.
47 PhoneNumberUtils.cpp \
48 PhoneNumberUtilsTest.cpp

Completed in 539 milliseconds

1234567891011>>