HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 776 - 800 of 15538) sorted by null

<<31323334353637383940>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
LoopHint.h 13 #include "clang/Basic/IdentifierTable.h"
14 #include "clang/Basic/SourceLocation.h"
15 #include "clang/Sema/AttributeList.h"
16 #include "clang/Sema/Ownership.h"
18 namespace clang { namespace
25 // "#pragma clang loop" directives and "unroll" for "#pragma unroll"
43 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
LoopHint.h 13 #include "clang/Basic/IdentifierTable.h"
14 #include "clang/Basic/SourceLocation.h"
15 #include "clang/Sema/AttributeList.h"
16 #include "clang/Sema/Ownership.h"
18 namespace clang { namespace
25 // "#pragma clang loop" directives and "unroll" for "#pragma unroll"
43 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringOptions.h 1 //===--- RefactoringOptions.h - Clang refactoring library -----------------===//
13 #include "clang/Basic/LLVM.h"
14 #include "clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h"
15 #include "clang/Tooling/Refactoring/RefactoringOption.h"
16 #include "clang/Tooling/Refactoring/RefactoringOptionVisitor.h"
20 namespace clang { namespace
56 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
LoopHint.h 13 #include "clang/Basic/IdentifierTable.h"
14 #include "clang/Basic/SourceLocation.h"
15 #include "clang/Sema/AttributeList.h"
16 #include "clang/Sema/Ownership.h"
18 namespace clang { namespace
25 // "#pragma clang loop" directives and "unroll" for "#pragma unroll"
43 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringOptions.h 1 //===--- RefactoringOptions.h - Clang refactoring library -----------------===//
13 #include "clang/Basic/LLVM.h"
14 #include "clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h"
15 #include "clang/Tooling/Refactoring/RefactoringOption.h"
16 #include "clang/Tooling/Refactoring/RefactoringOptionVisitor.h"
20 namespace clang { namespace
56 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
LoopHint.h 13 #include "clang/Basic/IdentifierTable.h"
14 #include "clang/Basic/SourceLocation.h"
15 #include "clang/Sema/AttributeList.h"
16 #include "clang/Sema/Ownership.h"
18 namespace clang { namespace
25 // "#pragma clang loop" directives and "unroll" for "#pragma unroll"
43 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringOptions.h 1 //===--- RefactoringOptions.h - Clang refactoring library -----------------===//
13 #include "clang/Basic/LLVM.h"
14 #include "clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h"
15 #include "clang/Tooling/Refactoring/RefactoringOption.h"
16 #include "clang/Tooling/Refactoring/RefactoringOptionVisitor.h"
20 namespace clang { namespace
56 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
LoopHint.h 13 #include "clang/Basic/IdentifierTable.h"
14 #include "clang/Basic/SourceLocation.h"
15 #include "clang/Sema/AttributeList.h"
16 #include "clang/Sema/Ownership.h"
18 namespace clang { namespace
25 // "#pragma clang loop" directives and "unroll" for "#pragma unroll"
43 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringOptions.h 1 //===--- RefactoringOptions.h - Clang refactoring library -----------------===//
13 #include "clang/Basic/LLVM.h"
14 #include "clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h"
15 #include "clang/Tooling/Refactoring/RefactoringOption.h"
16 #include "clang/Tooling/Refactoring/RefactoringOptionVisitor.h"
20 namespace clang { namespace
56 } // end namespace clang
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.types/byteops/
enum_direct_init.pass.cpp 15 // XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
16 // XFAIL: apple-clang-6, apple-clang-7, apple-clang-8.0
lshift.assign.fail.cpp 15 // UNSUPPORTED: clang-3.5, clang-3.6, clang-3.7, clang-3.8
16 // UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
rshift.assign.fail.cpp 15 // UNSUPPORTED: clang-3.5, clang-3.6, clang-3.7, clang-3.8
16 // UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 11 // minimize the impact of pulling in essentially everything else in Clang.
15 #include "clang/FrontendTool/Utils.h"
16 #include "clang/ARCMigrate/ARCMTActions.h"
17 #include "clang/CodeGen/CodeGenAction.h"
18 #include "clang/Driver/Options.h"
19 #include "clang/Frontend/CompilerInstance.h"
20 #include "clang/Frontend/CompilerInvocation.h"
21 #include "clang/Frontend/FrontendActions.h"
22 #include "clang/Frontend/FrontendDiagnostic.h"
23 #include "clang/Frontend/FrontendPluginRegistry.h
    [all...]
  /external/clang/test/Driver/
pic.c 48 // RUN: %clang -c %s -target i386-unknown-unknown -### 2>&1 \
50 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -### 2>&1 \
52 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -### 2>&1 \
54 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -### 2>&1 \
56 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -### 2>&1 \
62 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -fno-pic -### 2>&1 \
64 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -fno-pic -### 2>&1 \
66 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -fno-pic -### 2>&1 \
68 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -fno-pic -### 2>&1 \
70 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -fno-PIC -### 2>&1
    [all...]
arm-abi.c 2 // RUN: %clang -target arm--- %s -### -o %t.o 2>&1 \
4 // RUN: %clang -target armeb--- %s -### -o %t.o 2>&1 \
6 // RUN: %clang -target thumb--- %s -### -o %t.o 2>&1 \
8 // RUN: %clang -target thumbeb--- %s -### -o %t.o 2>&1 \
12 // RUN: %clang -target arm--darwin- -arch armv7s %s -### -o %t.o 2>&1 \
14 // RUN: %clang -target thumb--darwin- -arch armv7s %s -### -o %t.o 2>&1 \
16 // RUN: %clang -target thumb--darwin- -arch armv7m %s -### -o %t.o 2>&1 \
20 // RUN: %clang -target arm--windows-gnueabi %s -### -o %t.o 2>&1 \
24 // RUN: %clang -target arm--netbsd- %s -### -o %t.o 2>&1 \
26 // RUN: %clang -target arm--netbsd-eabi %s -### -o %t.o 2>&1
    [all...]
frame-pointer.c 1 // RUN: %clang -target i386-pc-linux -### -S -O0 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK0-32 %s
2 // RUN: %clang -target i386-pc-linux -### -S -O1 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK1-32 %s
3 // RUN: %clang -target i386-pc-linux -### -S -O2 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK2-32 %s
4 // RUN: %clang -target i386-pc-linux -### -S -O3 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK3-32 %s
5 // RUN: %clang -target i386-pc-linux -### -S -Os %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECKs-32 %s
8 // RUN: %clang -target x86_64-pc-linux -### -S -O0 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK0-64 %s
9 // RUN: %clang -target x86_64-pc-linux -### -S -O1 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK1-64 %s
10 // RUN: %clang -target x86_64-pc-linux -### -S -O2 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK2-64 %s
11 // RUN: %clang -target x86_64-pc-linux -### -S -O3 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK3-64 %s
12 // RUN: %clang -target x86_64-pc-linux -### -S -Os %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECKs-64 %
    [all...]
fopenmp.c 1 // RUN: %clang -target x86_64-linux-gnu -fopenmp=libomp -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-OPENMP
2 // RUN: %clang -target x86_64-linux-gnu -fopenmp=libgomp -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-NO-OPENMP
3 // RUN: %clang -target x86_64-linux-gnu -fopenmp=libiomp5 -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-OPENMP
4 // RUN: %clang -target x86_64-apple-darwin -fopenmp=libomp -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-OPENMP
5 // RUN: %clang -target x86_64-apple-darwin -fopenmp=libgomp -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-NO-OPENMP
6 // RUN: %clang -target x86_64-apple-darwin -fopenmp=libiomp5 -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-OPENMP
7 // RUN: %clang -target x86_64-freebsd -fopenmp=libomp -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-OPENMP
8 // RUN: %clang -target x86_64-freebsd -fopenmp=libgomp -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-NO-OPENMP
9 // RUN: %clang -target x86_64-freebsd -fopenmp=libiomp5 -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-OPENMP
10 // RUN: %clang -target x86_64-netbsd -fopenmp=libomp -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-CC1-OPEN (…)
    [all...]
coverage_no_integrated_as.c 1 // REQUIRES: clang-driver
4 // RUN: %clang -### -S -fprofile-arcs %s 2>&1 | FileCheck -check-prefix=CHECK-GCNO-DEFAULT-LOCATION %s
5 // RUN: %clang -### -S -fprofile-arcs -no-integrated-as %s 2>&1 | FileCheck -check-prefix=CHECK-GCNO-DEFAULT-LOCATION %s
6 // RUN: %clang -### -c -fprofile-arcs %s 2>&1 | FileCheck -check-prefix=CHECK-GCNO-DEFAULT-LOCATION %s
7 // RUN: %clang -### -c -fprofile-arcs -no-integrated-as %s 2>&1 | FileCheck -check-prefix=CHECK-GCNO-DEFAULT-LOCATION %s
9 // RUN: %clang -### -S -fprofile-arcs %s -o /foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION %s
10 // RUN: %clang -### -S -fprofile-arcs -no-integrated-as %s -o /foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION %s
11 // RUN: %clang -### -c -fprofile-arcs %s -o /foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION %s
12 // RUN: %clang -### -c -fprofile-arcs -no-integrated-as %s -o /foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION %s
14 // RUN: %clang -### -S -fprofile-arcs %s -o foo/bar.o 2>&1 | FileCheck -check-prefix=CHECK-GCNO-LOCATION-REL-PATH (…)
    [all...]
darwin-sdkroot.c 5 // RUN: env SDKROOT=%t.tmpdir %clang -target x86_64-apple-darwin10 \
9 // CHECK-BASIC: clang
16 // RUN: env SDKROOT=%t.nonpath %clang -target x86_64-apple-darwin10 \
20 // CHECK-NONPATH: clang
26 // RUN: env SDKROOT=/ %clang -target x86_64-apple-darwin10 \
30 // CHECK-NONROOT: clang
42 // Check if clang set the correct deployment target from -sysroot
46 // RUN: env SDKROOT=%t/SDKs/iPhoneOS8.0.0.sdk %clang -target arm64-apple-darwin %s -### 2>&1 \
49 // CHECK-IPHONE: clang
58 // RUN: env SDKROOT=%t/SDKs/iPhoneSimulator8.0.sdk %clang -target x86_64-apple-darwin %s -### 2>&1
    [all...]
  /external/clang/test/Preprocessor/
pragma_diagnostic_sections.cpp 7 #pragma clang diagnostic push
8 #pragma clang diagnostic ignored "-Wtautological-compare"
10 #pragma clang diagnostic pop
17 #pragma clang diagnostic push
18 #pragma clang diagnostic ignored "-Wtautological-compare"
23 #pragma clang diagnostic pop
34 #pragma clang diagnostic push
35 #pragma clang diagnostic ignored "-Wunused-macros"
37 #pragma clang diagnostic pop
41 #pragma clang diagnostic pus
    [all...]
arm-acle-6.5.c 1 // RUN: %clang -target arm-eabi -mfpu=none -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
2 // RUN: %clang -target armv4-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
3 // RUN: %clang -target armv5-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
4 // RUN: %clang -target armv6m-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
5 // RUN: %clang -target armv7r-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
6 // RUN: %clang -target armv7m-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
10 // RUN: %clang -target arm-eabi -mfpu=vfpv3xd -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-SP-ONLY
14 // RUN: %clang -target arm-eabi -mfpu=vfpv3xd-fp16 -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-SP-HP
15 // RUN: %clang -target arm-eabi -mfpu=fpv4-sp-d16 -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-SP-HP
16 // RUN: %clang -target arm-eabi -mfpu=fpv5-sp-d16 -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-SP-H
    [all...]
  /external/clang/test/Misc/
diag-format.c 1 // RUN: %clang -fsyntax-only %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
2 // RUN: %clang -fsyntax-only -fdiagnostics-format=clang %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
3 // RUN: %clang -fsyntax-only -fdiagnostics-format=clang -target x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
5 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 %s 2>&1 | FileCheck %s -check-prefix=MSVC2010
6 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fms-compatibility-version=13.00 %s 2>&1 | FileCheck %s -check-prefix=MSVC2010
7 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 -target x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=MSVC2010
8 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fms-compatibility-version=13.00 -target x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=MSVC2010
9 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 -target x86_64-pc-win32 -fshow-column % (…)
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 22 #include "clang/AST/ASTContext.h"
23 #include "clang/AST/Attr.h"
24 #include "clang/AST/RecordLayout.h"
104 clang::BuiltinType::Kind builtinTypeKind;
114 {clang::BuiltinType::Bool, DataTypeBoolean,
116 {clang::BuiltinType::Char_U, DataTypeUnsigned8,
118 {clang::BuiltinType::UChar, DataTypeUnsigned8,
120 {clang::BuiltinType::Char16, DataTypeSigned16,
122 {clang::BuiltinType::Char32, DataTypeSigned32,
124 {clang::BuiltinType::UShort, DataTypeUnsigned16
    [all...]
  /external/clang/test/CodeGenObjC/
arc-no-arc-exceptions.m 5 // The front-end should emit clang.arc.no_objc_arc_exceptions in -fobjc-arc-exceptions
12 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !
13 // CHECK: call void @not() [[NUW:#[0-9]+]], !clang.arc.no_objc_arc_exceptions !
15 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
23 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !
24 // CHECK: call void @not() [[NUW]], !clang.arc.no_objc_arc_exceptions !
26 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
38 // CHECK: to label %{{.*}} unwind label %{{.*}}, !clang.arc.no_objc_arc_exceptions !
40 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
51 // CHECK: to label %{{.*}} unwind label %{{.*}}, !clang.arc.no_objc_arc_exceptions
    [all...]
  /external/clang/test/Format/
style-on-command-line.cpp 1 // RUN: clang-format -style="{BasedOnStyle: Google, IndentWidth: 8}" %s | FileCheck -strict-whitespace -check-prefix=CHECK1 %s
2 // RUN: clang-format -style="{BasedOnStyle: LLVM, IndentWidth: 7}" %s | FileCheck -strict-whitespace -check-prefix=CHECK2 %s
3 // RUN: clang-format -style="{BasedOnStyle: invalid, IndentWidth: 7}" -fallback-style=LLVM %s 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK3 %s
4 // RUN: clang-format -style="{lsjd}" %s -fallback-style=LLVM 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK4 %s
5 // RUN: printf "BasedOnStyle: google\nIndentWidth: 5\n" > %T/.clang-format
6 // RUN: clang-format -style=file -assume-filename=%T/foo.cpp < %s | FileCheck -strict-whitespace -check-prefix=CHECK5 %s
7 // RUN: printf "\n" > %T/.clang-format
8 // RUN: clang-format -style=file -fallback-style=webkit -assume-filename=%T/foo.cpp < %s 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK6 %s
9 // RUN: rm %T/.clang-format
11 // RUN: clang-format -style=file -assume-filename=%T/foo.cpp < %s | FileCheck -strict-whitespace -check-prefix=C (…)
    [all...]

Completed in 705 milliseconds

<<31323334353637383940>>