Searched
full:clang (Results
1801 -
1825 of
15538) sorted by null
<<71727374757677787980>>
| /external/clang/test/Driver/ |
| rewrite-objc.m | 1 // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-objc %s -o - -### 2>&1 | \ 3 // TEST0: clang{{.*}}" "-cc1"
|
| solaris-header-search.cpp | 3 // RUN: %clang -no-canonical-prefixes %s -### 2>&1 \ 8 // CHECK: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
|
| verify_pch.m | 2 // RUN: %clang -### -verify-pch %t.pch 2> %t.log.1 9 // RUN: %clang -### -verify-pch -x objective-c %t.pch 2> %t.log.2
|
| via-file-asm.c | 2 // RUN: %clang -target arm-none-linux-gnueabi -integrated-as -via-file-asm %s -### 2>&1 | FileCheck %s 9 // RUN: %clang -target arm-none-linux-gnueabi -no-integrated-as -via-file-asm %s -### 2>&1 | FileCheck --check-prefix=NO_IAS %s
|
| x86_features.c | 1 // RUN: %clang -target i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse 2>&1 | FileCheck %s 6 // RUN: %clang -### %s -mieee-fp -S 2>&1 | FileCheck --check-prefix=IEEE %s
|
| /external/clang/test/Format/ |
| multiple-inputs-error.cpp | 3 // RUN: not clang-format 2>&1 >/dev/null -offset=1 -length=0 %t-1.cpp %t-2.cpp |FileCheck %s 4 // RUN: not clang-format 2>&1 >/dev/null -lines=1:1 %t-1.cpp %t-2.cpp |FileCheck %s -check-prefix=CHECK-LINE
|
| /external/clang/test/Misc/ |
| backend-optimization-failure-nodbg.cpp | 5 // correctly by clang. LLVM tests verify all of the failure conditions. 8 #pragma clang loop vectorize(enable) unroll(disable)
|
| backend-optimization-failure.cpp | 5 // correctly by clang. LLVM tests verify all of the failure conditions. 8 #pragma clang loop vectorize(enable) unroll(disable)
|
| /external/clang/test/PCH/ |
| captured-stmt.cpp | 11 #pragma clang __debug captured 24 #pragma clang __debug captured
|
| pr4489.c | 1 // RUN: %clang -x c-header -o %t.pch %s 3 // RUN: %clang -include %t -x c %t.empty.c -emit-llvm -S -o -
|
| /external/clang/test/Parser/ |
| parser_overflow.c | 5 // RUN: not %clang %s -fsyntax-only -fbracket-depth=299 2>&1 | FileCheck %s 6 // RUN: %clang %s -fsyntax-only -fbracket-depth=300 [all...] |
| /external/clang/test/Rewriter/ |
| rewrite-line-directive.m | 2 // RUN: %clang -fms-extensions -rewrite-objc %t.mm -o %t-rw.cpp 4 // RUN: %clang -g -fms-extensions -rewrite-objc %t.mm -o %t-rw.cpp
|
| /external/clang/test/SemaCXX/ |
| libstdcxx_atomic_ns_hack.cpp | 6 // Clang has an egregious hack to work around the problem, by allowing a 12 #pragma clang system_header
|
| /external/clang/test/SemaObjC/ |
| objc-cf-audited-warning.m | 5 #define CF_IMPLICIT_BRIDGING_ENABLED _Pragma("clang arc_cf_code_audited begin") 6 #define CF_IMPLICIT_BRIDGING_DISABLED _Pragma("clang arc_cf_code_audited end")
|
| opaque-is-access.m | 1 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only %s -Xclang -verify 2 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -mios-simulator-version-min=7 -fsyntax-only %s -Xclang -verify
|
| /external/clang/test/SemaObjCXX/Inputs/ |
| nullability-consistency-7.h | 7 #define NS_ASSUME_NONNULL_BEGIN _Pragma("clang assume_nonnull begin") 8 #define NS_ASSUME_NONNULL_END _Pragma("clang assume_nonnull end")
|
| /external/clang/test/Tooling/ |
| auto-detect-from-source-parent-of-cwd.cpp | 3 // RUN: echo "[{\"directory\":\".\",\"command\":\"clang++ -c %t/abc/def/ijk/qwe/test.cpp\",\"file\":\"%t/abc/def/ijk/qwe/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json 7 // RUN: not env PWD="%t/abc/def" clang-check "ijk/qwe/test.cpp" 2>&1 | FileCheck %s
|
| clang-check-pwd.cpp | 3 // RUN: echo "[{\"directory\":\".\",\"command\":\"clang++ -c %t/test.cpp\",\"file\":\"%t/test.cpp\"}]" | sed -e 's/\\/\\\\/g' > %t/compile_commands.json 7 // RUN: not env PWD="%t.foobar" clang-check -p "%t" "test.cpp" 2>&1|FileCheck %s
|
| /external/clang/tools/clang-format/ |
| Android.bp | 4 name: "clang-format", 6 defaults: ["clang-defaults"],
|
| /external/clang/unittests/AST/ |
| ExternalASTSourceTest.cpp | 10 // This file contains tests for Clang's ExternalASTSource. 14 #include "clang/AST/ASTConsumer.h" 15 #include "clang/AST/ASTContext.h" 16 #include "clang/AST/ExternalASTSource.h" 17 #include "clang/Frontend/CompilerInstance.h" 18 #include "clang/Frontend/CompilerInvocation.h" 19 #include "clang/Frontend/FrontendActions.h" 22 using namespace clang;
|
| /external/llvm/cmake/platforms/ |
| Android.cmake | 16 SET(CMAKE_C_COMPILER ${CMAKE_BINARY_DIR}/../bin/clang) 20 SET(CMAKE_CXX_COMPILER ${CMAKE_BINARY_DIR}/../bin/clang++)
|
| /external/llvm/lib/Target/ARM/ |
| Android.bp | 9 // b/31559947, b/31938382 clang-tidy segmentation fault. 11 "-clang-analyzer-*",
|
| /external/llvm/lib/Target/X86/ |
| Android.bp | 9 // b/31559947, b/31938382 clang-tidy segmentation fault. 11 "-clang-analyzer-*",
|
| /external/llvm/test/DebugInfo/AArch64/ |
| big-endian-dump.ll | 11 !0 = !{i32 786449, !1, i32 12, !"clang version 3.6.0 ", i1 false, !"", i32 0, !2, !2, !2, !2, !2, !"", i32 1} ; [ DW_TAG_compile_unit ] [/a/empty.c] [DW_LANG_C99] 16 !5 = !{!"clang version 3.6.0 "}
|
| little-endian-dump.ll | 11 !0 = !{i32 786449, !1, i32 12, !"clang version 3.6.0 ", i1 false, !"", i32 0, !2, !2, !2, !2, !2, !"", i32 1} ; [ DW_TAG_compile_unit ] [/a/empty.c] [DW_LANG_C99] 16 !5 = !{!"clang version 3.6.0 "}
|
Completed in 1030 milliseconds
<<71727374757677787980>>