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

<<141142143144145146147148149150>>

  /external/clang/test/Driver/
clang_cpp.c 1 // Verify that -include isn't included twice with -save-temps.
fparse-all-comments.c 1 // Check that we pass -fparse-all-comments to frontend.
ident_md.c 2 // Verify that clang version appears in the llvm.ident metadata.
ps4-cpu-defaults.cpp 1 // Check that on the PS4 we default to:
  /external/clang/test/Frontend/
Weverything.c 1 // Regression check that -pedantic-errors doesn't cause other diagnostics to
warning-mapping-1.c 1 // Check that -w has higher priority than -Werror.
warning-mapping-5.c 1 // Check that #pragma diagnostic warning overrides -Werror. This matches GCC's
windows-nul.c 5 // Verify that cc1 doesn't crash with an assertion failure
  /external/clang/test/Headers/
wmmintrin.c 1 // Check that wmmintrin.h is includable with just -maes.
  /external/clang/test/Lexer/
utf-16.c 4 // This test verifies that clang gives a decent error for UTF-16 source files.
  /external/clang/test/Misc/
driver-verify.c 5 // Test that -verify is strictly rejected as unknown by the driver.
freebsd-arm-size_t.c 7 /* Declare a builtin function that uses size_t */
  /external/clang/test/Modules/Inputs/merge-dependent-friends/
c.h 3 // But that makes the original problem disappear...
  /external/clang/test/Modules/Inputs/merge-vtable-codegen/
b.h 12 // Instantiating a class that virtually inherits 'A'
  /external/clang/test/Modules/
merge-class-definition-visibility.cpp 14 // Ensure that this triggers the import of the second definition from e.h,
19 // Ensure that we make the definition of B visible. We made the parse-merged
21 // and that definition was merged into the canonical definition from b.h,
22 // so that becomes visible, and we have a visible definition.
  /external/clang/test/PCH/
pragma-ms_struct.cpp 8 // The first run line creates a pch, and since at that point HEADER is not
10 // then includes that pch, so HEADER is defined and the actual code is compiled.
11 // The check then makes sure that the pragma is in effect in the file that
pragma-pointers_to_members.cpp 8 // The first run line creates a pch, and since at that point HEADER is not
10 // then includes that pch, so HEADER is defined and the actual code is compiled.
11 // The check then makes sure that the pragma is in effect in the file that
  /external/clang/test/Parser/
cxx-member-init-missing-paren-crash.cpp 2 // Note: The important part here is that we don't crash, not any specific errors
cxx-typeid.cpp 3 // FIXME: This should really include <typeinfo>, but we don't have that yet.
  /external/clang/test/Preprocessor/
macro-multiline.c 3 // Per GCC -D semantics, \n and anything that follows is ignored.
macro_paste_c_block_comment.c 7 // Demonstrate that an invalid preprocessing token
user_defined_system_framework.c 4 // Check that TestFramework is treated as a system header.
  /external/clang/test/Profile/
README 12 The input source files must include a main function such that building with
14 .profdata file that is consumed by the tests for -fprofile-instr-use. Even
15 tests that only check -fprofile-instr-use should include such a main function,
16 so that profile data can be regenerated as the .profdata file format evolves.
c-unprofiled.c 1 // Test that unprofiled files are recognized. Here, we have two functions in the
2 // profile, main() and function_in_header, but we use the profile on a file that
3 // has the profile-less some_unprofiled_function so that the only profiled code
7 // doesn't play well with warnings that have no line number.
  /external/clang/test/Rewriter/
missing-dllimport.c 3 // Do not report that 'foo()' is redeclared without dllimport attribute.

Completed in 1062 milliseconds

<<141142143144145146147148149150>>