Searched
full:clang (Results
1976 -
2000 of
15538) sorted by null
<<71727374757677787980>>
| /external/clang/utils/perf-training/ |
| README.txt | 6 generating PGO data and linker order files for clang.
|
| /external/clang/utils/valgrind/ |
| x86_64-pc-linux-gnu_gcc-4.3.3.supp | 25 # Remove this if clang-vg didn't use "check-all"
|
| /external/clang/www/ |
| hacking.html | 7 <title>Hacking on clang</title> 18 <h1>Hacking on Clang</h1> 22 on Clang for developers who are new to the Clang and/or LLVM 43 <p>Clang follows the 46 and to match the style of the code to that present in Clang (for example, in 49 <p>Clang has a few additional coding standards:</p> 54 upon clients and block integrating Clang as a library. Libraries should 64 <p>Both Clang and LLVM use doxygen to provide API documentation. Their 67 <li><a href="http://clang.llvm.org/doxygen">Clang</a></li [all...] |
| /external/cn-cbor/ |
| .travis.yml | 3 - clang
|
| /external/compiler-rt/lib/sanitizer_common/ |
| .clang-tidy | 1 Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,readability-identifier-naming'
|
| /external/compiler-rt/make/platform/ |
| multi_arch.mk | 8 CC := clang
|
| /external/compiler-rt/test/ |
| CMakeLists.txt | 23 # Use LLVM utils and Clang from the same build tree. 25 clang clang-headers FileCheck count not llvm-config llvm-nm llvm-objdump 39 # Run sanitizer tests only if we're sure that clang would produce
|
| /external/compiler-rt/test/cfi/ |
| lit.cfg | 8 clangxx = ' '.join([config.clang] + config.cxx_mode_flags) 10 config.substitutions.append((r"%clang ", ' '.join([config.clang]) + ' ')) 13 clang_cfi = ' '.join(config.lto_launch + [config.clang] + config.lto_flags + ['-flto -fsanitize=cfi '])
|
| /external/compiler-rt/test/sanitizer_common/TestCases/ |
| strcasestr.c | 1 // RUN: %clang %s -o %t && %run %t 2>&1
|
| strnlen.c | 1 // RUN: %clang %s -o %t && %run %t 2>&1
|
| /external/jemalloc/include/msvc_compat/C99/ |
| stdbool.h | 8 /* Clang-cl uses MSVC headers, so needs msvc_compat, but has _Bool as
|
| /external/llvm/test/DebugInfo/Inputs/ |
| dwarfdump-pubnames.cc | 2 // clang -g -mllvm -generate-dwarf-pubnames -o dwarfdump-pubnames.elf-x86_64 \
|
| /external/llvm/test/DebugInfo/X86/ |
| DIModule.ll | 1 ; ModuleID = '/Volumes/Data/apple-internal/llvm/tools/clang/test/Modules/debug-info-moduleimport.m' 7 ; CHECK-NEXT: DW_AT_LLVM_include_path {{.*}}"/llvm/tools/clang/test/Modules/Inputs" 18 !1 = !DIFile(filename: "/llvm/tools/clang/test/Modules/<stdin>", directory: "/") 22 !5 = !DIModule(scope: null, name: "DebugModule", configMacros: "-DMODULES=0", includePath: "/llvm/tools/clang/test/Modules/Inputs", isysroot: "/")
|
| /external/llvm/test/Linker/ |
| drop-debug.ll | 3 ;; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and
|
| /external/llvm/test/Object/Inputs/ |
| micro-mips.elf-mipsel | |
| /external/llvm/test/Object/ |
| kext.test | 2 // Test input generated by "clang -x c++ -fapple-kext -Wl,-kext /dev/null"
|
| /external/llvm/test/tools/llvm-readobj/ |
| elf-dtflags.test | 3 // $ clang -Wl,-z,origin -Wl,-z,now example.c
|
| /external/llvm/test/tools/llvm-symbolizer/Inputs/ |
| coff-dwarf.cpp | 2 // clang-cl -MD -O2 -gdwarf -c coff-dwarf.cpp && lld-link -debug coff-dwarf.obj
|
| /external/llvm/test/tools/llvm-symbolizer/ |
| ppc64.test | 2 // with just "clang -nostdlib":
|
| /external/toolchain-utils/ |
| compiler-test.sh | 3 # This script is supposed to verify which compiler (GCC or clang) was 8 # the package was built with clang or GCC. It counts the total 50 elif echo ${at_producer} | grep -q 'clang'; then 57 echo "Clang count: ${clang_count}"
|
| /external/vulkan-validation-layers/build-android/cmake/layerlib/ |
| build.gradle | 16 cmake.arguments '-DANDROID_TOOLCHAIN=clang',
|
| /frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
| func_invoke_and_crash.cpp | 1 // RUN: %clangxx %s -g -fexceptions %extra-clang-opts -o %t
|
| test_info_sources.cpp | 1 // RUN: %clangxx %s -g -fexceptions %extra-clang-opts -o %t
|
| /frameworks/compile/slang/ |
| slang_diagnostic_buffer.h | 23 #include "clang/Basic/Diagnostic.h" 34 class DiagnosticBuffer : public clang::DiagnosticConsumer { 47 virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel, 48 const clang::Diagnostic &Info) override;
|
| /frameworks/native/vulkan/libvulkan/ |
| driver_gen.h | 64 // clang-format off 77 // clang-format on 81 // clang-format off 93 // clang-format on
|
Completed in 1321 milliseconds
<<71727374757677787980>>