HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 101 - 125 of 1469) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
debug-info-enum.cpp 1 // RUN: %clang -fverbose-asm -S -g %s -o - | grep DW_TAG_enumeration_type
debug-info-member.cpp 1 // RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_public
debug-info-method.cpp 1 // RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_protected
debug-info-namespace.cpp 1 // RUN: %clang -g -S -fverbose-asm %s -o - | FileCheck %s
  /external/clang/test/CodeGenObjC/
attr-strong.c 1 // RUN: %clang -emit-llvm -S -o %t %s
  /external/clang/test/Driver/
clang_wrapv_opts.c 1 // RUN: %clang -### -S -fwrapv -fno-wrapv -fwrapv %s 2>&1 | FileCheck -check-prefix=CHECK1 %s
4 // RUN: %clang -### -S -fstrict-overflow -fno-strict-overflow %s 2>&1 | FileCheck -check-prefix=CHECK2 %s
7 // RUN: %clang -### -S -fwrapv -fstrict-overflow %s 2>&1 | FileCheck -check-prefix=CHECK3 %s
10 // RUN: %clang -### -S -fno-wrapv -fno-strict-overflow %s 2>&1 | FileCheck -check-prefix=CHECK4 %s
darwin-version.c 2 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -DTEST0 -E %s
10 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -DTEST1 -E %s
18 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -DTEST2 -E %s
26 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -DTEST3 -E %s
m_and_mm.c 1 // RUN: %clang -### \
noexecstack.c 1 // RUN: %clang -### %s -c -o tmp.o -triple i686-pc-linux-gnu -integrated-as -Wa,--noexecstack 2>&1 | grep "mnoexecstack"
nostdlib.c 1 // RUN: %clang -ccc-host-triple i686-pc-linux-gnu -### -nostdlib %s 2> %t
objc++-cpp-output.mm 1 // RUN: %clang -x objc++-cpp-output -c %s -o /dev/null
objc-cpp-output.m 1 // RUN: %clang -x objc-cpp-output -c %s -o /dev/null
pth.c 3 // RUN: %clang -ccc-pch-is-pth -x c-header %s -o %t.h.pth -### 2> %t.log
6 // CHECK1: "{{.*}}/clang{{.*}}" "-cc1" {{.*}} "-o" "{{.*}}.h.pth" "-x" "c-header" "{{.*}}pth.c"
9 // RUN: %clang -ccc-pch-is-pth -E -include %t.h %s -### 2> %t.log
12 // CHECK2: "{{.*}}/clang{{.*}}" "-cc1" {{.*}}"-include-pth" "{{.*}}.h.pth" {{.*}}"-x" "c" "{{.*}}pth.c"
clang-exception-flags.cpp 1 // RUN: %clang -### %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
4 // RUN: %clang -### -fexceptions %s 2>&1 | FileCheck %s -check-prefix=ON1
7 // RUN: %clang -### -fno-exceptions -fcxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=ON2
10 // RUN: %clang -### -fno-cxx-exceptions -fexceptions %s 2>&1 | FileCheck %s -check-prefix=ON3
13 // RUN: %clang -### -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF1
16 // RUN: %clang -### -fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF2
19 // RUN: %clang -### -fcxx-exceptions -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF3
22 // RUN: %clang -### -fexceptions -fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF4
  /external/clang/test/Frontend/
dependency-generation-crash.c 3 // %clang -E -dependency-file bla -MT %t -MP -o %t -x c /dev/null
cpp-output.c 1 // RUN: %clang -E -o %t -C %s
4 // RUN: %clang -E -o %t -CC %s
  /external/clang/test/Preprocessor/
macro-multiline.c 1 // RUN: %clang -E %s "-DX=A
  /external/clang/test/Sema/
surpress-deprecated.c 1 // RUN: %clang -fsyntax-only -Wno-deprecated-declarations -verify %s
  /external/clang/utils/C++Tests/Clang-Code-Compile/
lit.local.cfg 18 '-I%s/tools/clang/include' % root.llvm_src_root,
19 '-I%s/tools/clang/include' % root.llvm_obj_root]
21 lit.formats.OneCommandPerFileTest(command=[root.clang, '-emit-llvm', '-c',
23 dir='%s/tools/clang/lib' % root.llvm_src_root,
  /external/clang/utils/C++Tests/Clang-Code-Syntax/
lit.local.cfg 18 '-I%s/tools/clang/include' % root.llvm_src_root,
19 '-I%s/tools/clang/include' % root.llvm_obj_root]
21 lit.formats.OneCommandPerFileTest(command=[root.clang,
23 dir='%s/tools/clang/lib' % root.llvm_src_root,
  /external/clang/utils/OptionalTests/Extra/
README.txt 2 clang/tests, but which are not portable or not suitable for inclusion in the
  /external/clang/lib/Headers/
CMakeLists.txt 28 set(output_dir ${LLVM_BINARY_DIR}/lib/clang/${CLANG_VERSION}/include)
31 # create a second copy of the headers so that 'clang' can find them if
34 set(other_output_dir ${LLVM_BINARY_DIR}/bin/lib/clang/${CLANG_VERSION}/include)
39 SOURCE ${CLANG_SOURCE_DIR}/include/clang/Basic/arm_neon.td)
48 COMMENT "Copying clang's ${f}...")
56 COMMENT "Copying clang's ${f}...")
64 COMMENT "Copying clang's arm_neon.h...")
72 COMMENT "Copying clang's arm_neon.h...")
76 add_custom_target(clang-headers ALL DEPENDS ${out_files})
77 set_target_properties(clang-headers PROPERTIES FOLDER "Misc"
    [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 -ccc-host-triple x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
5 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc %s 2>&1 | FileCheck %s -check-prefix=MSVC
6 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -ccc-host-triple x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=MSVC
7 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -ccc-host-triple x86_64-pc-win32 -fshow-column %s 2>&1 | FileCheck %s -check-prefix=MSVC
9 // RUN: %clang -fsyntax-only -fdiagnostics-format=vi %s 2>&1 | FileCheck %s -check-prefix=VI
11 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fno-show-column %s 2>&1 | FileCheck %s -check-prefix=MSVC (…)
    [all...]
  /external/clang/tools/scan-build/
set-xcode-analyzer 14 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):
46 help="Use the Clang located at the provided absolute path, e.g. /Users/foo/checker-1")
47 parser.add_option("--use-xcode-clang", action="store_const",
48 const="$(CLANG)", dest="default",
49 help="Use the Clang bundled with Xcode")
52 parser.error("You must specify a version of Clang to use for static analysis. Specify '-h' for details")
63 if not path.endswith("clang"):
64 print "(+) Using Clang bundled with checker build:", path
65 path = os.path.join(path, "bin", "clang");
67 print "(+) Using Clang located at:", pat
    [all...]
  /prebuilt/sdk/14/renderscript/clang-include/
CMakeLists.txt 27 set(output_dir ${LLVM_BINARY_DIR}/lib/clang/${CLANG_VERSION}/include)
30 # create a second copy of the headers so that 'clang' can find them if
33 set(other_output_dir ${LLVM_BINARY_DIR}/bin/lib/clang/${CLANG_VERSION}/include)
38 SOURCE ${CLANG_SOURCE_DIR}/include/clang/Basic/arm_neon.td)
47 COMMENT "Copying clang's ${f}...")
55 COMMENT "Copying clang's ${f}...")
63 COMMENT "Copying clang's arm_neon.h...")
71 COMMENT "Copying clang's arm_neon.h...")
75 add_custom_target(clang-headers ALL DEPENDS ${out_files})
76 set_target_properties(clang-headers PROPERTIES FOLDER "Misc"
    [all...]

Completed in 393 milliseconds

1 2 3 45 6 7 8 91011>>