HomeSort by relevance Sort by last modified time
    Searched full:that (Results 3626 - 3650 of 189771) sorted by null

<<141142143144145146147148149150>>

  /external/clang/test/Sema/
attr-alias.c 5 // It is important that the following string be in the error message. The gcc
freemain.c 3 // Tests that -ffreestanding disables all special treatment of main().
inline-redef.c 12 // GNU Extension: check that we can redefine an extern inline function
15 // And now check that we can't redefine a normal function
18 // Check that we can redefine an extern inline function as a static function
22 // Check that we ensure the types of the two definitions are the same
redefine_extname.c 3 // Check that pragma redefine_extname applies to external declarations only.
warn-shadow-intrinsics.c 5 // Test that using two macros from emmintrin do not cause a
  /external/clang/test/SemaCXX/Inputs/
array-bounds-system-header.h 1 // "System header" for testing that -Warray-bounds is properly suppressed in
warn-unused-variables.h 1 // Verify that we don't warn about variables of internal-linkage type in
  /external/clang/test/SemaCXX/
delete.cpp 21 delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
22 delete b; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
23 delete[] c; // expected-warning {{'delete[]' applied to a pointer that was allocated with 'new'; did you mean 'delete'?}}
30 delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
31 delete b; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
44 delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
50 delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
51 delete s->a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
52 delete s->b; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
55 delete S::d; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}
    [all...]
friend-class-nodecl.cpp 4 // Tests that the tag decls in friend declarations aren't added to the
inline.cpp 3 // Check that we don't allow illegal uses of inline
redefine_extname.cpp 3 // Check that pragma redefine_extname applies to C code only, and shouldn't be
  /external/clang/test/SemaObjC/
nullability-arc.m 9 accepts_arc_qualified(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
  /external/compiler-rt/lib/builtins/arm/
softfloat-alias.list 4 # that support floating point instructions.
  /external/compiler-rt/test/asan/TestCases/Linux/
asan_default_suppressions.cc 1 // Test that we use the suppressions from __asan_default_suppressions.
  /external/compiler-rt/test/asan/TestCases/
default_blacklist.cc 4 // Test that ASan uses the default blacklist from resource directory.
  /external/compiler-rt/test/profile/
gcc-flag-compatibility.test 5 # Test that the instrumented code writes to %t.d/d1/d2/default.profraw
9 # Test that we can override the directory and file name with LLVM_PROFILE_FILE.
13 # Test that we can specify a directory with -fprofile-use.
17 # Test that we can specify a file with -fprofile-use.
  /external/compiler-rt/test/safestack/
lit.site.cfg.in 6 # Load tool-specific config that would do the real work.
  /external/compiler-rt/test/sanitizer_common/TestCases/
fopen_nullptr.c 1 // Check that fopen(NULL, "r") is ok.
  /external/compiler-rt/test/scudo/
lit.site.cfg.in 6 # Load tool-specific config that would do the real work.
  /external/curl/docs/cmdline-opts/
append.d 8 that this flag is ignored by some SFTP servers (including OpenSSH).
engine.d 7 list to print a list of build-time supported engines. Note that not all (or
mail-auth.d 9 address (identity) of a submitted message that is being relayed to another
mail-from.d 8 Specify a single address that the given mail should get sent from.
no-keepalive.d 7 Note that this is the negated option name documented. You can thus use
ntlm-wb.d 7 to the separate binary ntlmauth application that is executed when needed.

Completed in 992 milliseconds

<<141142143144145146147148149150>>