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

<<51525354555657585960>>

  /external/clang/test/Misc/
cc1as-asm.s 3 // RUN: %clang -cc1as -triple x86_64-apple-macosx10.10.0 -filetype asm %s -o /dev/null
  /external/clang/test/Modules/
declare-use.S 2 // RUN: %clang -fmodule-maps -fmodules-cache-path=%t -fmodules-decluse -fmodule-name=XS -I %S/Inputs/declare-use -S %s -Xclang -verify
  /external/clang/test/Parser/
crash-report.c 9 ma clang __debug crash
  /external/clang/test/Preprocessor/
Weverything_pragma.c 14 #pragma clang diagnostic warning "-Weverything" // Should not change anyhting.
18 #pragma clang diagnostic ignored "-Weverything" // Ignore warnings now.
22 #pragma clang diagnostic warning "-Weverything" // Revert back to warnings.
26 #pragma clang diagnostic error "-Weverything" // Give errors now.
cuda-approx-transcendentals.cu 1 // RUN: %clang --cuda-host-only -nocudainc -target i386-unknown-linux-gnu -x cuda -E -dM -o - /dev/null | FileCheck --check-prefix HOST %s
2 // RUN: %clang --cuda-device-only -nocudainc -target i386-unknown-linux-gnu -x cuda -E -dM -o - /dev/null | FileCheck --check-prefix DEVICE-NOFAST %s
3 // RUN: %clang -fcuda-approx-transcendentals --cuda-device-only -nocudainc -target i386-unknown-linux-gnu -x cuda -E -dM -o - /dev/null | FileCheck --check-prefix DEVICE-FAST %s
4 // RUN: %clang -ffast-math --cuda-device-only -nocudainc -target i386-unknown-linux-gnu -x cuda -E -dM -o - /dev/null | FileCheck --check-prefix DEVICE-FAST %s
macro-multiline.c 1 // RUN: printf -- "-DX=A\nTHIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT" | xargs -0 %clang -E %s | FileCheck -strict-whitespace %s
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-per-method.cpp 8 case 1: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
12 [[clang::fallthrough]];
15 case 113: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
46 [[clang::fallthrough]];
  /external/clang/test/SemaObjC/
access-property-getter.m 12 #pragma clang diagnostic ignored "-Wunused-getter-return-value"
  /external/clang/test/SemaObjCXX/Inputs/nullability-consistency-system/
nullability-consistency-system.h 1 // Simply marking this as "#pragma clang system_header" didn't tickle the bug, rdar://problem/21134250.
  /external/clang/test/Tooling/
clang-check-extra-arg.cpp 1 // RUN: clang-check "%s" -extra-arg=-Wunimplemented-warning -extra-arg-before=-Wunimplemented-warning-before -- -c 2>&1 | FileCheck %s
  /external/clang/tools/clang-format/
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
35 # set g:clang_format_path to the path to clang-format if it is not on the path
36 # Change this to the full path if clang-format is not on the path
    [all...]
  /external/clang/utils/TableGen/
Android.bp 2 name: "clang-tblgen",
  /external/compiler-rt/cmake/Modules/
CompilerRTLink.cmake 9 list(APPEND SOURCE_DEPS clang)
  /external/compiler-rt/test/safestack/
lit.cfg 14 # Add clang substitutions.
15 config.substitutions.append( ("%clang_nosafestack ", config.clang + " -O0 -fno-sanitize=safe-stack ") )
16 config.substitutions.append( ("%clang_safestack ", config.clang + " -O0 -fsanitize=safe-stack ") )
20 config.substitutions.append((r"%clang_lto_safestack ", ' '.join(config.lto_launch + [config.clang] + config.lto_flags + ['-flto -fsanitize=safe-stack '])))
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
aligned_alloc.c 1 // RUN: %clang -std=c11 -O0 %s -o %t && %run %t
clock_gettime.c 1 // RUN: %clang %s -Wl,-as-needed -o %t && %run %t
mlock_test.cc 1 // RUN: %clang %s -o %t && %run %t
  /external/compiler-rt/test/sanitizer_common/TestCases/
fopen_nullptr.c 2 // RUN: %clang -O2 %s -o %t && %run %t
strcspn.c 1 // RUN: %clang %s -o %t && %run %t 2>&1
strpbrk.c 1 // RUN: %clang %s -o %t && %run %t 2>&1
strspn.c 1 // RUN: %clang %s -o %t && %run %t 2>&1
strstr.c 1 // RUN: %clang %s -o %t && %run %t 2>&1
  /external/honggfuzz/third_party/android/libBlocksRuntime/
Android.bp 13 clang:true,
  /external/libxkbcommon/xkbcommon/
.travis.yml 9 - clang
  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-32bit.elf.c 0 // clang -c -g -o dwarfdump-test-32bit.elf.o -m32 dwarfdump-test-32bit.elf.c

Completed in 684 milliseconds

<<51525354555657585960>>