Searched defs:check (Results 1 - 25 of 460) sorted by relevance

1234567891011>>

/external/clang/test/Lexer/
H A Dcxx-features.cpp13 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98 macro
15 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11 macro
17 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx14 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx14 macro
19 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx1z == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx1z macro
22 #if check(binary_literals, 0, 0, 201304, 201304)
26 #if check(digit_separators, 0, 0, 201309, 201309)
30 #if check(init_captures, 0, 0, 201304, 201304)
34 #if check(generic_lambdas, 0, 0, 201304, 201304)
38 #if check(sized_deallocation, 0, 0, 201309, 201309)
42 #if check(constexp
[all...]
/external/compiler-rt/lib/tsan/
H A Dcheck_analyze.sh21 check() { function
30 check $f rsp 1
31 check $f push 2
32 check $f pop 2
36 check $f rsp 1
37 check $f push 3
38 check $f pop 3
42 check $f rsp 1
43 check $f push 5
44 check
[all...]
/external/deqp/scripts/opengl/
H A Dgen_func_init.py32 def check(api, version): function in function:genFuncInit
38 check = check,
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
H A Dpackage-info.java14 * Rules check implementation.
16 package org.jacoco.report.check
/external/libcxx/test/std/localization/locales/locale/locale.cons/
H A Dassign.pass.cpp25 void check(const std::locale& loc) function
67 check(loc);
68 check(loc2);
H A Dchar_pointer.pass.cpp27 void check(const std::locale& loc) function
66 check(loc);
68 check(loc2);
71 check(loc3);
H A Dcopy.pass.cpp23 void check(const std::locale& loc) function
64 check(loc);
65 check(loc2);
H A Dlocale_char_pointer_cat.pass.cpp24 void check(const std::locale& loc) function
63 check(loc);
65 check(loc2);
H A Dlocale_locale_cat.pass.cpp24 void check(const std::locale& loc) function
63 check(loc);
65 check(loc2);
H A Dlocale_string_cat.pass.cpp25 void check(const std::locale& loc) function
64 check(loc);
66 check(loc2);
H A Dstring.pass.cpp24 void check(const std::locale& loc) function
63 check(loc);
65 check(loc2);
68 check(loc3);
H A Ddefault.pass.cpp22 void check(const std::locale& loc) function
65 check(loc);
71 check(loc2);
/external/libcxx/test/std/localization/locales/locale/locale.statics/
H A Dclassic.pass.cpp17 void check(const std::locale& loc) function
57 check(loc);
58 check(std::locale("C"));
H A Dglobal.pass.cpp21 void check(const std::locale& loc) function
60 check(loc);
63 check(loc2);
/external/testng/src/test/java/test/
H A DCheckSuitesInitializationTest.java32 public void check() { method in class:CheckSuitesInitializationTest
/external/toybox/kconfig/lxdialog/
H A Dcheck-lxdialog.sh44 check() { function
57 printf "Usage: $0 [-check compiler options|-header|-library]\n"
67 "-check")
70 check
/external/valgrind/coregrind/m_dispatch/
H A Ddispatch-mips32-linux.S203 check: label
229 /* ------ Event check failed ------ */
H A Ddispatch-mips64-linux.S203 check: label
229 /* ------ Event check failed ------ */
/external/autotest/client/cros/cellular/mbim_compliance/assertions/
H A Dassertion.py13 def check(self): member in class:Assertion
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp12.cpp3 template<typename T, T... cs> struct check; // expected-note {{template is declared here}} expected-note {{template is declared here}}
5 struct check<char, 34, -47, -126, -48, -75, -47, -127, -47, -126, 32, -16, -112, -128, -128>{}; struct
7 struct check<char16_t, 34, 1090, 1077, 1089, 1090, 32, 55296, 56320>{}; struct
9 struct check<char32_t, 34, 1090, 1077, 1089, 1090, 32, 65536>{}; struct
11 check<T, str...> chars; // expected-error {{implicit instantiation of undefined template 'check<char, 't', 'e', 's', 't'>'}} expected-error {{implicit instantiation of undefined template 'check<char32_t, 34, 1090, 1077, 1089, 1090, 95, 65536>'}}
/external/clang/test/SemaCXX/
H A Dwindows-arm-valist.cpp12 void check() { function
/external/libcxxabi/test/
H A Dcatch_function_03.pass.cpp19 void check() function
59 check<false, false>();
60 check<false, true>();
61 check<true, false>();
62 check<true, true>();
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/
H A Dp8.cpp5 template<typename T> struct check;
6 template<size_t N> struct check<const char[N]> {}; struct
16 check<decltype(__func__)>();
/external/elfutils/tests/
H A Dhash.c27 check (const char *name, unsigned long int expected) function
41 status = check ("_DYNAMIC", 165832675);
42 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335);
/external/libcxx/test/std/experimental/filesystem/fs.enum/
H A Dcheck_bitmask_types.hpp27 static bool check() function in struct:check_bitmask_type

Completed in 770 milliseconds

1234567891011>>