| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/ |
| SemaDiagnostic.h | 13 #include "clang/Basic/Diagnostic.h" 15 namespace clang { namespace 21 #include "clang/Basic/DiagnosticSemaKinds.inc" 26 } // end namespace clang
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/ |
| SerializationDiagnostic.h | 13 #include "clang/Basic/Diagnostic.h" 15 namespace clang { namespace 21 #include "clang/Basic/DiagnosticSerializationKinds.inc" 26 } // end namespace clang
|
| /prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/ |
| DetermineGCCCompatible.cmake | 8 elseif( "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" )
|
| /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/ |
| clang-format.py | 1 # This file is a minimal clang-format vim-integration. To install: 2 # - Change 'binary' if clang-format is not on the path (see below). 5 # map <C-I> :pyf <path-to-this-file>/clang-format.py<cr> 6 # imap <C-I> <c-o>:pyf <path-to-this-file>/clang-format.py<cr> 8 # The first line enables clang-format for NORMAL and VISUAL mode, the second 10 # need clang-format on a different key (C-I stands for Ctrl+i). 12 # With this integration you can press the bound key and clang-format will 23 # : pyf <path-to-this-file>/clang-format.py 37 # set g:clang_format_path to the path to clang-format if it is not on the path 38 # Change this to the full path if clang-format is not on the path [all...] |
| /external/clang/include/clang/AST/ |
| TypeLocVisitor.h | 16 #include "clang/AST/TypeLoc.h" 17 #include "clang/AST/TypeVisitor.h" 20 namespace clang { namespace 34 #include "clang/AST/TypeLocNodes.def" 44 #include "clang/AST/TypeLocNodes.def" 53 #include "clang/AST/TypeLocNodes.def" 60 } // end namespace clang
|
| /external/clang/include/clang/CodeGen/ |
| CodeGenABITypes.h | 1 //==---- CodeGenABITypes.h - Convert Clang types to LLVM types for ABI -----==// 11 // the parameters and the return value of a function given the Clang 27 #include "clang/AST/CanonicalType.h" 28 #include "clang/AST/Type.h" 29 #include "clang/CodeGen/CGFunctionInfo.h" 36 namespace clang { namespace 74 } // end namespace clang
|
| /external/clang/lib/Basic/ |
| Sanitizers.cpp | 13 #include "clang/Basic/Sanitizers.h" 14 #include "clang/Basic/LLVM.h" 18 using namespace clang; 20 SanitizerMask clang::parseSanitizerValue(StringRef Value, bool AllowGroups) { 25 #include "clang/Basic/Sanitizers.def" 30 SanitizerMask clang::expandSanitizerGroups(SanitizerMask Kinds) { 35 #include "clang/Basic/Sanitizers.def"
|
| /external/clang/test/Driver/ |
| arm-compiler-rt.c | 1 // RUN: %clang -target arm-linux-gnueabi -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-prefix ARM-GNUEABI 4 // RUN: %clang -target arm-linux-gnueabi -rtlib=compiler-rt -mfloat-abi=hard -### %s 2>&1 | FileCheck %s -check-prefix ARM-GNUEABI-ABI 7 // RUN: %clang -target arm-linux-gnueabihf -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-prefix ARM-GNUEABIHF 10 // RUN: %clang -target arm-linux-gnueabihf -rtlib=compiler-rt -mfloat-abi=soft -### %s 2>&1 | FileCheck %s -check-prefix ARM-GNUEABIHF-ABI 13 // RUN: %clang -target arm-windows-itanium -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-prefix ARM-WINDOWS 16 // RUN: %clang -target arm-linux-androideabi -rtlib=compiler-rt -### %s 2>&1 | FileCheck %s -check-prefix ARM-ANDROID 19 // RUN: %clang -target arm-linux-androideabi -rtlib=compiler-rt -mfloat-abi=hard -### %s 2>&1 | FileCheck %s -check-prefix ARM-ANDROIDHF
|
| cuda-output-asm.cu | 3 // REQUIRES: clang-driver 7 // RUN: %clang -### -S -target x86_64-linux-gnu --cuda-gpu-arch=sm_20 %s 2>&1 \ 9 // RUN: %clang -### -S -target x86_64-linux-gnu --cuda-host-only -o foo.s %s 2>&1 \ 11 // RUN: %clang -### -S -target x86_64-linux-gnu --cuda-gpu-arch=sm_20 \ 14 // RUN: %clang -### -S -target x86_64-linux-gnu --cuda-gpu-arch=sm_20 \ 24 // RUN: %clang -### -S -target x86_64-linux-gnu -o foo.s %s 2>&1 \ 26 // RUN: %clang -### -S -target x86_64-linux-gnu --cuda-device-only \
|
| cuda-unused-arg-warning.cu | 3 // REQUIRES: clang-driver 9 // RUN: %clang -### -target x86_64-linux-gnu --cuda-host-only -c %s 2>&1 | \ 11 // RUN: %clang -### -target x86_64-linux-gnu --cuda-host-only -x c -c %s 2>&1 | \ 13 // RUN: %clang -### -target x86_64-linux-gnu --cuda-compile-host-device -c %s 2>&1 | \ 15 // RUN: %clang -### -target x86_64-linux-gnu --cuda-compile-host-device -x c -c %s 2>&1 | \ 19 // RUN: %clang -### -target x86_64-linux-gnu --cuda-device-only -x c -c %s 2>&1 | \ 23 // RUN: %clang -### -target x86_64-linux-gnu --cuda-device-only -c %s 2>&1 | \
|
| frame-pointer-elim.c | 3 // RUN: %clang -### -target i386-pc-linux-gnu -S -O1 %s 2>&1 | \ 7 // RUN: %clang -### -target i386-pc-linux-gnu -S %s 2>&1 | \ 13 // RUN: %clang -### -target i386-apple-darwin -S %s 2>&1 | \ 17 // RUN: %clang -### -target i386-apple-darwin -S -O1 %s 2>&1 | \ 21 // RUN: %clang -### -target i386-darwin -S -fomit-frame-pointer %s 2>&1 | \ 25 // RUN: %clang -### -target i386-darwin -S -momit-leaf-frame-pointer %s 2>&1 | \ 31 // RUN: %clang -### -target x86_64-scei-ps4 -S %s 2>&1 | \
|
| /external/clang/test/Frontend/ |
| dependency-gen.c | 6 // RUN: %clang -MD -MF - %s -fsyntax-only -I a/b | FileCheck -check-prefix=CHECK-ONE %s 10 // RUN: %clang -MD -MF - %s -fsyntax-only -include a/b/x.h -DINCLUDE_FLAG_TEST | FileCheck -check-prefix=CHECK-TWO %s 14 // RUN: %clang -MD -MF - %s -fsyntax-only -I ./a/b | FileCheck -check-prefix=CHECK-THREE %s 16 // RUN: %clang -MD -MF - %s -fsyntax-only -I .//./a/b/ | FileCheck -check-prefix=CHECK-FOUR %s 18 // RUN: %clang -MD -MF - %s -fsyntax-only -I a/b/. | FileCheck -check-prefix=CHECK-FIVE %s 21 // RUN: %clang -MD -MF - %s -fsyntax-only -I ./ | FileCheck -check-prefix=CHECK-SIX %s 24 // RUN: %clang -MD -MF - %s -fsyntax-only -fsanitize=cfi-vcall -flto -fvisibility=hidden -fsanitize-blacklist=%t.blacklist -I ./ | FileCheck -check-prefix=CHECK-SEVEN %s
|
| /external/clang/test/PCH/ |
| pch-dir.c | 4 // RUN: %clang -x c-header %S/pch-dir.h -DFOO=foo -o %t.h.gch/c.gch 5 // RUN: %clang -x c-header %S/pch-dir.h -DFOO=bar -o %t.h.gch/cbar.gch 6 // RUN: %clang -x c++-header -std=c++98 %S/pch-dir.h -o %t.h.gch/cpp.gch 7 // RUN: %clang -include %t.h -DFOO=foo -fsyntax-only %s -Xclang -print-stats 2> %t.clog 9 // RUN: %clang -include %t.h -DFOO=bar -DBAR=bar -fsyntax-only %s -Xclang -ast-print > %t.cbarlog 11 // RUN: %clang -x c++ -include %t.h -std=c++98 -fsyntax-only %s -Xclang -print-stats 2> %t.cpplog 14 // RUN: not %clang -x c++ -std=c++11 -include %t.h -fsyntax-only %s 2> %t.cpp11log
|
| /external/clang/test/SemaCXX/ |
| switch-implicit-fallthrough.cpp | 15 case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 17 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 19 case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 22 case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 25 case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 34 case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 55 [[clang::fallthrough]]; 58 [[clang::fallthrough]]; 63 [[clang::fallthrough]]; 70 [[clang::fallthrough]] [all...] |
| /external/clang/tools/libclang/ |
| CXComment.h | 18 #include "clang-c/Documentation.h" 19 #include "clang-c/Index.h" 20 #include "clang/AST/ASTContext.h" 21 #include "clang/AST/Comment.h" 22 #include "clang/Frontend/ASTUnit.h" 24 namespace clang { namespace 61 } // end namespace clang
|
| /external/clang/unittests/Sema/ |
| ExternalSemaSourceTest.cpp | 10 #include "clang/AST/ASTConsumer.h" 11 #include "clang/AST/ASTContext.h" 12 #include "clang/Frontend/CompilerInstance.h" 13 #include "clang/Lex/Preprocessor.h" 14 #include "clang/Parse/ParseAST.h" 15 #include "clang/Sema/ExternalSemaSource.h" 16 #include "clang/Sema/Sema.h" 17 #include "clang/Sema/SemaDiagnostic.h" 18 #include "clang/Sema/TypoCorrection.h" 19 #include "clang/Tooling/Tooling.h [all...] |
| /external/libcxx/test/std/utilities/variant/variant.variant/variant.status/ |
| index.pass.cpp | 18 // XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8 19 // XFAIL: apple-clang-6, apple-clang-7, apple-clang-8.0
|
| valueless_by_exception.pass.cpp | 18 // XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8 19 // XFAIL: apple-clang-6, apple-clang-7, apple-clang-8.0
|
| /external/llvm/test/Bindings/Go/ |
| lit.local.cfg | 33 # substring 'clang' to determine if the compiler is Clang. This won't work if 34 # $CC is cc and cc is a symlink pointing to clang, as it is on Darwin. 45 if path.endswith('/cc') and os.readlink(path) == 'clang': 46 args[0] = path[:len(path)-2] + 'clang' 51 if path.endswith('/c++') and os.readlink(path) == 'clang++': 52 args[0] = path[:len(path)-3] + 'clang++'
|
| /external/llvm/test/CodeGen/PowerPC/ |
| ppc64-sibcall-shrinkwrap.ll | 6 %"class.clang::NamedDecl" = type { i32 } 10 %"class.clang::NamedDecl"* %this) { 12 %tobool = icmp eq %"class.clang::NamedDecl"* %this, null 21 %"class.clang::NamedDecl", 22 %"class.clang::NamedDecl"* %this, i64 0, i32 0 25 %"class.clang::NamedDecl"* %this, 43 %"class.clang::NamedDecl"* %D,
|
| /external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
| invocation.cpp | 34 #include <clang/CodeGen/CodeGenAction.h> 35 #include <clang/Lex/PreprocessorOptions.h> 36 #include <clang/Frontend/TextDiagnosticBuffer.h> 37 #include <clang/Frontend/TextDiagnosticPrinter.h> 38 #include <clang/Basic/TargetInfo.h> 46 // Which will break the compilation of clang/Basic/OpenCLOptions.h 96 std::unique_ptr<clang::CompilerInstance> 100 std::unique_ptr<clang::CompilerInstance> c { new clang::CompilerInstance }; 101 clang::TextDiagnosticBuffer *diag_buffer = new clang::TextDiagnosticBuffer [all...] |
| /external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
| Build-Debian9-Clang-arm-Release-Chromebook_GLES.json | 14 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES" 23 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES/Release", 24 "--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_asmflags=[\"--target=armv7a-linux-gnueabihf\", \"--sysroot=[START_DIR]/armhf_sysroot\", \"-march=armv7-a\", \"-mfpu=neon\", \"-mthumb\"] extra_cflags=[\"--target=armv7a-linux-gnueabihf\", \"--sysroot=[START_DIR]/armhf_sysroot\", \"-I[START_DIR]/chromebook_arm_gles/include\", \"-I[START_DIR]/armhf_sysroot/include\", \"-I[START_DIR]/armhf_sysroot/include/c++/4.8.4\", \"-I[START_DIR]/armhf_sysroot/include/c++/4.8.4/arm-linux-gnueabihf\", \"-DMESA_EGL_NO_X11_HEADERS\"] extra_ldflags=[\"--target=armv7a-linux-gnueabihf\", \"--sysroot=[START_DIR]/armhf_sysroot\", \"-B[START_DIR]/armhf_sysroot/bin\", \"-B[START_DIR]/armhf_sysroot/gcc-cross\", \"-L[START_DIR]/armhf_sysroot/gcc-cross\", \"-L[START_DIR]/armhf_sysroot/lib\", \"-L[START_DIR]/chromebook_arm_gles/lib\"] is_debug=false skia_use_egl=true skia_use_fontconfig=false skia_use_system_freetype2=false target_cpu=\"arm\"" 32 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES" 42 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES/Release", 52 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES"
|
| /external/skqp/infra/bots/recipe_modules/flavor/examples/full.expected/ |
| Build-Debian9-Clang-arm-Release-Chromebook_GLES.json | 14 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES" 23 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES/Release", 24 "--args=cc=\"[START_DIR]/clang_linux/bin/clang\" cxx=\"[START_DIR]/clang_linux/bin/clang++\" extra_asmflags=[\"--target=armv7a-linux-gnueabihf\", \"--sysroot=[START_DIR]/armhf_sysroot\", \"-march=armv7-a\", \"-mfpu=neon\", \"-mthumb\"] extra_cflags=[\"--target=armv7a-linux-gnueabihf\", \"--sysroot=[START_DIR]/armhf_sysroot\", \"-I[START_DIR]/chromebook_arm_gles/include\", \"-I[START_DIR]/armhf_sysroot/include\", \"-I[START_DIR]/armhf_sysroot/include/c++/4.8.4\", \"-I[START_DIR]/armhf_sysroot/include/c++/4.8.4/arm-linux-gnueabihf\", \"-DMESA_EGL_NO_X11_HEADERS\"] extra_ldflags=[\"--target=armv7a-linux-gnueabihf\", \"--sysroot=[START_DIR]/armhf_sysroot\", \"-B[START_DIR]/armhf_sysroot/bin\", \"-B[START_DIR]/armhf_sysroot/gcc-cross\", \"-L[START_DIR]/armhf_sysroot/gcc-cross\", \"-L[START_DIR]/armhf_sysroot/lib\", \"-L[START_DIR]/chromebook_arm_gles/lib\"] is_debug=false skia_use_egl=true skia_use_fontconfig=false skia_use_system_freetype2=false target_cpu=\"arm\"" 32 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES" 42 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES/Release", 52 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Chromebook_GLES"
|
| /external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/ |
| invoke.ll | 13 ; CHECK: call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0 16 ; CHECK: call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0 26 call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0 32 call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0 40 ; CHECK: call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0 44 ; CHECK: call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0 67 call void @objc_release(i8* %zipFile) nounwind, !clang.imprecise_release !0
|
| /frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
| lit.cfg | 56 lit.note('using clang: %r' % config.clang) 61 config.substitutions.append( ('%clangxx', ' ' + config.clang + \ 62 ' -ccc-clang-cxx -ccc-cxx ') ) 64 config.substitutions.append( ('%extra-clang-opts', ' -emit-llvm -c ') ) 66 config.substitutions.append( ('%clang', ' ' + config.clang + ' ') )
|