Searched
full:specifier (Results
351 -
375 of
842) sorted by null
<<11121314151617181920>>
/external/clang/test/OpenMP/ |
for_simd_linear_messages.cpp | 22 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'}} 28 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'?}}
|
parallel_for_simd_aligned_messages.cpp | 20 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'}} 25 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'?}}
|
parallel_for_simd_linear_messages.cpp | 22 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'}} 28 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'?}}
|
simd_aligned_messages.cpp | 20 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'}} 25 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'?}}
|
simd_linear_messages.cpp | 22 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'}} 28 // expected-error@+1 {{unexpected ':' in nested name specifier; did you mean '::'?}}
|
threadprivate_messages.cpp | 76 #pragma omp threadprivate (ns:m) // expected-error {{unexpected ':' in nested name specifier; did you mean '::'?}}
|
/external/lldb/include/lldb/Target/ |
Target.h | 1019 // Set the specifier. The stop hook will own the specifier, and is responsible for deleting it when we're done. 1021 SetSpecifier (SymbolContextSpecifier *specifier) 1023 m_specifier_sp.reset (specifier); 1032 // Set the Thread Specifier. The stop hook will own the thread specifier, and is responsible for deleting it when we're done. 1034 SetThreadSpecifier (ThreadSpec *specifier); [all...] |
/external/llvm/utils/lit/ |
TODO | 28 are resolved to test suites, and then the resolution of the input specifier is 79 lit -j 1 -sv input-specifier -- --some-format-option
|
/external/skia/tools/ |
skdiff_image.cpp | 104 "\n Labels must be of the form \"<filename>(\t<specifier>)?\"." 308 // <filename>(\t<specifier>)?
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_time.py | 39 self.fail('conversion specifier: %r failed.' % format) 119 self.fail("conversion specifier %r failed with '%s' input." %
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_time.py | 39 self.fail('conversion specifier: %r failed.' % format) 119 self.fail("conversion specifier %r failed with '%s' input." %
|
/external/clang/lib/Parse/ |
ParseStmt.cpp | [all...] |
/external/clang/include/clang/AST/ |
PrettyPrinter.h | 66 /// "const int" type specifier and instead only print the "*y".
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/ |
p3.cpp | 41 // declaration is a function or an elaborated-type-specifier, the lookup to
|
/external/clang/test/Index/ |
load-stmts.cpp | 159 // CHECK: load-stmts.cpp:22:18: C++ base class specifier=class A:14:7 [access=public isVirtual=false] 160 // CHECK: load-stmts.cpp:22:29: C++ base class specifier=class B:18:7 [access=private isVirtual=false] 163 // CHECK: load-stmts.cpp:26:26: C++ base class specifier=class C:22:7 [access=public isVirtual=true] 164 // CHECK: load-stmts.cpp:26:45: C++ base class specifier=class A:14:7 [access=private isVirtual=true]
|
/external/clang/test/Sema/ |
block-misc.c | 117 test12f = ^test12f; // expected-error {{type name requires a specifier or qualifier}} expected-error {{expected expression}}
|
/external/clang/test/SemaCXX/ |
anonymous-union.cpp | 27 mutable union { // expected-error{{anonymous union at class scope must not have a storage specifier}}
|
class.cpp | 4 auto int errx; // expected-error {{storage class specified for a member declaration}} expected-warning {{'auto' storage class specifier is redundant}}
|
explicit.cpp | 242 explicit explicit Test(int x); // expected-warning{{duplicate 'explicit' declaration specifier}}
|
/external/clang/test/SemaTemplate/ |
typename-specifier-4.cpp | 145 typename X<T>::iterator i; // expected-error{{typename specifier refers to a dependent using declaration for a value 'iterator' in 'X<T>'}}
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stacktrace_printer.cc | 109 Report("Unsupported specifier in stack frame format: %c (0x%zx)!\n",
|
/external/e2fsprogs/debugfs/ |
set_fields.c | 644 com_err(argv[0], 0, "invalid field specifier: %s", argv[1]); 671 com_err(argv[0], 0, "invalid field specifier: %s", argv[2]); 742 com_err(argv[0], 0, "invalid field specifier: %s", argv[2]); 815 com_err(argv[0], 0, "invalid field specifier: %s", argv[1]);
|
/external/google-breakpad/src/testing/ |
CHANGES | 13 * gmock_gen.py handles storage specifier macros and template return
|
/external/lldb/source/Host/macosx/ |
Symbols.cpp | 74 const uint32_t cputype = data.GetU32(&data_offset); // cpu specifier 75 const uint32_t cpusubtype = data.GetU32(&data_offset); // machine specifier 162 cpu_type_t arch_cputype = data.GetU32(&data_offset); // cpu specifier (int) 163 cpu_subtype_t arch_cpusubtype = data.GetU32(&data_offset); // machine specifier (int) [all...] |
/external/ltrace/testsuite/ltrace.main/ |
parameters2.exp | 219 # Test that %p format specifier does not crash
|
Completed in 727 milliseconds
<<11121314151617181920>>