Searched
full:clang (Results
601 -
625 of
15538) sorted by null
<<21222324252627282930>>
| /external/clang/tools/scan-build-py/tests/unit/ |
| test_compilation.py | 14 self.assertIsNotNone(sut.compiler_language(['clang'])) 15 self.assertIsNotNone(sut.compiler_language(['clang-3.6'])) 16 self.assertIsNotNone(sut.compiler_language(['clang++'])) 17 self.assertIsNotNone(sut.compiler_language(['clang++-3.5.1'])) 24 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/clang'])) 45 self.assertFalse(test('clang')) 50 self.assertTrue(test('clang++')) 51 self.assertTrue(test('clang++-3.7.1')) 55 self.assertIsNotNone(sut.split_command(['clang', 'source.c'])) 56 self.assertIsNotNone(sut.split_command(['clang', '-c', 'source.c']) [all...] |
| /external/clang/utils/ClangVisualizers/ |
| CMakeLists.txt | 4 set(CLANG_VISUALIZERS clang.natvis)
|
| /external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| closedir.c | 2 // RUN: %clang -O2 %s -o %t && %run %t
|
| /external/llvm/cmake/modules/ |
| DetermineGCCCompatible.cmake | 8 elseif( "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" )
|
| /external/llvm/test/tools/llvm-objdump/Inputs/ |
| proc-specific-section-elf | |
| /external/skia/infra/bots/recipes/android_compile.expected/ |
| android_compile_nontrybot.json | 4 "reason": "Uncaught Exception: Exception('Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework can only be run as a trybot.',)",
|
| /external/skqp/infra/bots/recipes/android_compile.expected/ |
| android_compile_nontrybot.json | 4 "reason": "Uncaught Exception: Exception('Build-Debian9-Clang-gce_x86_phone-eng-Android_Framework can only be run as a trybot.',)",
|
| /external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
| calloc.ll | 1 ; Test that sz-clang.py and sz-clang++.py successfully replace calls to calloc 3 ; RUN: %S/../../pydir/sz-clang.py -fsanitize-address %S/Input/calloc.c -E \ 6 ; RUN: %S/../../pydir/sz-clang++.py -fsanitize-address %S/Input/calloc.c -E \
|
| calloc_err.ll | 2 ; sz-clang.py and sz-clang++.py 4 ; RUN: not %S/../../pydir/sz-clang.py -fsanitize-address %S/Input/calloc_err.c \ 7 ; RUN: not %S/../../pydir/sz-clang\+\+.py -fsanitize-address \
|
| /external/tinyxml2/ |
| .travis.yml | 9 - clang
|
| /external/v8/tools/clang/blink_gc_plugin/ |
| CheckDispatchVisitor.h | 8 #include "clang/AST/RecursiveASTVisitor.h" 16 : public clang::RecursiveASTVisitor<CheckDispatchVisitor> { 22 bool VisitMemberExpr(clang::MemberExpr* member); 23 bool VisitUnresolvedMemberExpr(clang::UnresolvedMemberExpr* member);
|
| /external/v8/tools/clang/plugins/ |
| README.chromium | 3 - https://chromium.googlesource.com/chromium/src/+/master/docs/clang.md
|
| /external/v8/tools/clang/rewrite_scoped_refptr/ |
| RewriteScopedRefptr.cpp | 5 // This implements a Clang tool to rewrite all instances of 14 #include "clang/AST/ASTContext.h" 15 #include "clang/ASTMatchers/ASTMatchers.h" 16 #include "clang/ASTMatchers/ASTMatchersMacros.h" 17 #include "clang/ASTMatchers/ASTMatchFinder.h" 18 #include "clang/Basic/SourceManager.h" 19 #include "clang/Frontend/FrontendActions.h" 20 #include "clang/Lex/Lexer.h" 21 #include "clang/Tooling/CommonOptionsParser.h" 22 #include "clang/Tooling/Refactoring.h 33 namespace clang { namespace [all...] |
| /frameworks/compile/slang/ |
| slang_rs_pragma_handler.cpp | 23 #include "clang/AST/ASTContext.h" 25 #include "clang/Basic/TokenKinds.h" 27 #include "clang/Lex/LiteralSupport.h" 28 #include "clang/Lex/Preprocessor.h" 29 #include "clang/Lex/Token.h" 51 void HandlePragma(clang::Preprocessor &PP, 52 clang::PragmaIntroducerKind Introducer, 53 clang::Token &FirstToken) { 63 void HandlePragma(clang::Preprocessor &PP, 64 clang::PragmaIntroducerKind Introducer [all...] |
| /frameworks/native/cmds/dumpsys/tests/ |
| Android.bp | 21 clang: true,
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/ |
| CMakeLists.txt | 1 clang_tablegen(AttrParserStringSwitches.inc -gen-clang-attr-parser-string-switches
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/ |
| CMakeLists.txt | 1 clang_tablegen(AttrParserStringSwitches.inc -gen-clang-attr-parser-string-switches
|
| /prebuilts/go/darwin-x86/misc/ios/ |
| clangwrap.sh | 8 # cmd/cgo doesn't support llvm-gcc-4.2, so we have to use clang. 9 CLANG=`xcrun --sdk $SDK --find clang` 20 exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=6.0 "$@"
|
| /prebuilts/go/linux-x86/misc/ios/ |
| clangwrap.sh | 8 # cmd/cgo doesn't support llvm-gcc-4.2, so we have to use clang. 9 CLANG=`xcrun --sdk $SDK --find clang` 20 exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=6.0 "$@"
|
| /system/chre/build/arch/ |
| x86.mk | 12 export X86_TOOLS_PREFIX=$(ANDROID_BUILD_TOP)/prebuilts/clang/host/linux-x86/clang-3859424/bin/ 17 TARGET_CC = $(X86_TOOLS_PREFIX)clang++ 18 TARGET_LD = $(X86_TOOLS_PREFIX)clang++
|
| /external/clang/test/CodeGen/ |
| PR15826.c | 3 /* Testcase for PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout */
|
| align-global-large.c | 1 // PR13606 - Clang crashes with large alignment attribute 2 // RUN: %clang -cc1 -S -emit-llvm %s -o - -triple i686-pc-gnu | FileCheck %s
|
| debug-info-line4.c | 1 // RUN: %clang %s -g -gcolumn-info -S -emit-llvm -o - | FileCheck %s 2 // Checks that clang emits column information when -gcolumn-info is passed.
|
| debug-info-version.c | 1 // RUN: %clang -g -S -emit-llvm -o - %s | FileCheck %s 2 // RUN: %clang -S -emit-llvm -o - %s | FileCheck %s --check-prefix=NO_DEBUG
|
| /external/clang/test/Driver/ |
| aarch64-features.c | 1 // RUN: %clang -target aarch64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s 2 // RUN: %clang -target arm64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
|
Completed in 1167 milliseconds
<<21222324252627282930>>