Searched
full:clang (Results
3501 -
3525 of
15538) sorted by null
<<141142143144145146147148149150>>
| /external/clang/test/Profile/ |
| def-dtors.cpp | 1 // RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang | FileCheck --check-prefix=PGOGEN %s 3 // RUN: %clang_cc1 -x c++ -std=c++11 %s -triple x86_64-unknown-linux-gnu -main-file-name def-dtors.cpp -o - -emit-llvm -fprofile-instrument=clang -fcoverage-mapping | FileCheck --check-prefix=COVMAP %s
|
| /external/clang/test/SemaCXX/ |
| address-of.cpp | 2 // PR clang/3175 33 // PR clang/3222
|
| attr-no-sanitize.cpp | 18 // PRINT: int f4() {{\[\[}}clang::no_sanitize("thread")]] 19 [[clang::no_sanitize("thread")]] int f4();
|
| libstdcxx_is_pod_hack.cpp | 3 // This is a test for an egregious hack in Clang that works around 6 // GCC 4.3 and newer make __is_pod a keyword. Clang treats __is_pod as
|
| /external/clang/test/SemaTemplate/ |
| instantiation-depth.cpp | 2 // RUN: %clang -fsyntax-only -Xclang -verify -ftemplate-depth-5 -ftemplate-backtrace-limit=4 %s 3 // RUN: %clang -fsyntax-only -Xclang -verify -ftemplate-depth=5 -ftemplate-backtrace-limit=4 %s
|
| /external/clang/tools/clang-check/ |
| Android.bp | 4 name: "clang-check", 6 defaults: ["clang-defaults"],
|
| /external/clang/tools/diag-build/ |
| diag-build.sh | 36 if [[ -x $(dirname $0)/clang ]]; then 37 CC=$(dirname $0)/clang 38 elif [[ ! -z $(which clang) ]]; then 39 CC=$(which clang) 49 if [[ -x $(dirname $0)/clang++ ]]; then 50 CXX=$(dirname $0)/clang++ 51 elif [[ ! -z $(which clang++) ]]; then 52 CXX=$(which clang++)
|
| /external/compiler-rt/test/esan/ |
| lit.cfg | 24 return " " + " ".join([config.clang] + compile_flags) + " " 26 config.substitutions.append( ("%clang ",
|
| /external/compiler-rt/test/scudo/ |
| lit.cfg | 31 return " " + " ".join([config.clang] + compile_flags) + " " 33 # Add clang substitutions.
|
| /external/libvpx/libvpx/vp8/common/ |
| entropymv.c | 13 /* clang-format off */ 28 /* clang-format on */
|
| /external/libxml2/ |
| .travis.yml | 14 # clang with AddressSanitizer and UndefinedBehaviorSanitizer. 15 - compiler: clang
|
| /external/llvm/cmake/platforms/ |
| iOS.cmake | 23 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find clang 31 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find clang++
|
| /external/llvm/test/DebugInfo/AArch64/ |
| big-endian.ll | 12 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.6.0 ", isOptimized: true, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !3, imports: !2) 22 !10 = !{!"clang version 3.6.0 "}
|
| /external/llvm/test/DebugInfo/Generic/ |
| typedef.ll | 21 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 ", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !3, imports: !2) 31 !10 = !{!"clang version 3.5.0 "}
|
| /external/llvm/test/DebugInfo/X86/ |
| processes-relocations.ll | 16 !0 = distinct !DICompileUnit(file: !1, language: DW_LANG_C99, producer: "clang version 3.6.0 ", isOptimized: false, enums: !2, retainedTypes: !2, globals: !2, imports: !2, emissionKind: FullDebug) 21 !5 = !{!"clang version 3.6.0 "}
|
| /external/llvm/test/Linker/Inputs/ |
| only-needed-debug-metadata.ll | 15 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.8.0 (trunk 251407) (llvm/trunk 251401)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2) 23 !9 = !{!"clang version 3.8.0 (trunk 251407) (llvm/trunk 251401)"}
|
| pr26037.ll | 12 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.8.0 (trunk 256934) (llvm/trunk 256936)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2) 21 !10 = !{!"clang version 3.8.0 (trunk 256934) (llvm/trunk 256936)"}
|
| /external/llvm/test/Transforms/SimplifyCFG/ |
| trap-debugloc.ll | 15 !2 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "Apple clang version 3.0 (tags/Apple/clang-206.1) (based on LLVM 3.0svn)", isOptimized: true, emissionKind: FullDebug, file: !8, enums: !{}, retainedTypes: !{})
|
| /external/llvm/test/tools/dsymutil/Inputs/ |
| fat-test.c | 2 clang -c -g -arch x86_64h -arch x86_64 -arch i386 fat-test.c 6 clang -arch ... -arch ... -arch ... -dynamiclib fat-test.o -o fat-test.dylib
|
| /external/llvm/test/tools/dsymutil/X86/ |
| common-sym.test | 8 $ clang -g -c common.c -o common.macho.x86_64.o 9 $ clang common.macho.x86_64.o -o common.macho.x86_64
|
| /external/llvm/test/tools/gold/X86/Inputs/ |
| linkonce-weak.ll | 9 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.8.0 (trunk 251407) (llvm/trunk 251401)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2) 17 !9 = !{!"clang version 3.8.0 (trunk 251407) (llvm/trunk 251401)"}
|
| /external/llvm/tools/ |
| CMakeLists.txt | 33 # Add LTO, llvm-ar, llvm-config, and llvm-profdata before clang, ExternalProject 45 add_llvm_external_project(clang)
|
| /external/perfetto/docs/ |
| build-instructions.md | 79 - Hermetic clang + libcxx toolchain (both following chromium's revisions) 84 - AOSP's in-tree clang (using in-tree libcxx) 87 - XCode 9 / clang (currently maintained best-effort). 111 Use Clang (default: true) or GCC (false). 112 On Linux, by default it uses the self-hosted clang (see `is_hermetic_clang`). 113 On Android, by default it uses clang from the NDK (in `buildtools/ndk`). 114 On Mac, by default it uses the system version of clang (requires Xcode). 138 Enables [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html)
|
| /external/perfetto/gn/standalone/toolchain/ |
| mac_find_llvm.py | 21 job = subprocess.Popen(['xcrun', '-f', 'clang++'], 31 clang_dir = glob.glob(os.path.join(sdk_dir, 'lib', 'clang', '*', 'lib', 'darwin'))
|
| /external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
| Build-Debian9-EMCC-wasm-Release.json | 29 "PATH": "[START_DIR]/emscripten_sdk/clang/fastcomp/build_incoming_64/bin:<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", 46 "PATH": "[START_DIR]/emscripten_sdk/clang/fastcomp/build_incoming_64/bin:<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
|
Completed in 1511 milliseconds
<<141142143144145146147148149150>>