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

1234567891011>>

/external/clang/test/Lexer/
H A Dcxx-features.cpp8 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98 macro
10 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11 macro
12 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx1y macro
15 #if check(binary_literals, 0, 0, 201304)
19 #if check(digit_separators, 0, 0, 201309)
23 #if check(init_captures, 0, 0, 201304)
27 #if check(generic_lambdas, 0, 0, 201304)
31 #if check(sized_deallocation, 0, 0, 201309)
35 #if check(constexpr, 0, 200704, 201304)
39 #if check(decltype_aut
[all...]
/external/compiler-rt/lib/tsan/
H A Dcheck_analyze.sh11 check() { function
20 check $f rsp 1
21 check $f push 2
22 check $f pop 2
26 check $f rsp 1
27 check $f push 3
28 check $f pop 3
32 check $f rsp 1
33 check $f push 5
34 check
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-1181.js40 function check(count) { function
52 check(150);
53 check(200);
54 check(350);
/external/deqp/scripts/opengl/
H A Dgen_func_init.py32 def check(api, version): function in function:genFuncInit
38 check = check,
/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.cpp19 void check(const std::locale& loc) function
58 check(loc);
61 check(loc2);
/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/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
H A Dgoto2.cpp12 bool check = true; local
14 if (check)
18 if (check)
22 if (check)
28 check = !check;
30 while (check);
36 if (check)
/external/libcxx/test/std/localization/locales/locale/locale.cons/
H A Ddefault.pass.cpp20 void check(const std::locale& loc) function
63 check(loc);
69 check(loc2);
H A Dchar_pointer.pass.cpp38 void check(const std::locale& loc) function
77 check(loc);
79 check(loc2);
82 check(loc3);
H A Dlocale_char_pointer_cat.pass.cpp38 void check(const std::locale& loc) function
77 check(loc);
79 check(loc2);
H A Dlocale_locale_cat.pass.cpp38 void check(const std::locale& loc) function
77 check(loc);
79 check(loc2);
/external/v8/test/mjsunit/
H A Delements-kind-depends.js38 function check(a) { function
47 check(b); // all OK
51 check(b); // fails
/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/src/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/proguard/src/proguard/
H A DConfigurationChecker.java49 public void check() throws IOException method in class:ConfigurationChecker
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
H A Dp1.cpp33 void check() { function
/external/clang/test/CodeGen/
H A D2007-05-15-PaddingElement.c17 int check(void) { function
/external/clang/test/Sema/
H A Darm-layout.c5 #define check(name, cond) int _##name##_check[(cond) ? 1 : -1] macro
9 check(s0_size, sizeof(struct s0) == 16);
11 check(s0_size, sizeof(struct s0) == 12);
16 check(s1_size, sizeof(struct s1) == 16);
18 check(s1_size, sizeof(struct s1) == 12);
27 check(s2_size, sizeof(struct s2) == 8);
28 check(s2_offset_0, __builtin_offsetof(struct s2, field0) == 0);
29 check(s2_offset_1, __builtin_offsetof(struct s2, field2) == 7);
31 check(s2_size, sizeof(struct s2) == 6);
32 check(s2_offset_
[all...]
/external/compiler-rt/test/BlocksRuntime/
H A Dnullblockisa.c22 void check(void (^b)(void)) { function
39 check(^{ printf("%d\n", ++i); });
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
H A DAssertionFailedException.java11 package org.eclipse.wb.internal.core.utils.check;

Completed in 4435 milliseconds

1234567891011>>