HomeSort by relevance Sort by last modified time
    Searched full:instantiation (Results 426 - 450 of 1076) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
mangle.cpp 749 namespace test31 { // instantiation-dependent mangling of decltype
801 // Mangling for instantiation-dependent decltype expressions.
808 // Mangling for non-instantiation-dependent sizeof expressions.
815 // Mangling for non-instantiation-dependent sizeof expressions
823 // Mangling for instantiation-dependent sizeof() expressions as
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 86 /* True if the type is an instantiation of a generic type,
471 /* Returns the generic parameters of an instantiation of
472 a generic type or decl, e.g. C++ template instantiation. */
475 /* Returns the TREE_VEC of arguments of an instantiation
476 of a generic type of decl, e.g. C++ template instantiation. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 86 /* True if the type is an instantiation of a generic type,
471 /* Returns the generic parameters of an instantiation of
472 a generic type or decl, e.g. C++ template instantiation. */
475 /* Returns the TREE_VEC of arguments of an instantiation
476 of a generic type of decl, e.g. C++ template instantiation. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 86 /* True if the type is an instantiation of a generic type,
471 /* Returns the generic parameters of an instantiation of
472 a generic type or decl, e.g. C++ template instantiation. */
475 /* Returns the TREE_VEC of arguments of an instantiation
476 of a generic type of decl, e.g. C++ template instantiation. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 86 /* True if the type is an instantiation of a generic type,
471 /* Returns the generic parameters of an instantiation of
472 a generic type or decl, e.g. C++ template instantiation. */
475 /* Returns the TREE_VEC of arguments of an instantiation
476 of a generic type of decl, e.g. C++ template instantiation. */
  /external/clang/test/CXX/class.access/
p4.cpp 396 template class A<long>; // expected-note 4 {{in instantiation}}
420 template class B<int>; // expected-note {{in instantiation}}
421 template class B<long>; // expected-note 4 {{in instantiation}}
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 568 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
571 if (Instantiation->is<DeclArgumentPack *>()) {
573 NewPackSize = Instantiation->get<DeclArgumentPack *>()->size();
659 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
662 if (Instantiation->is<Decl*>())
667 unsigned Size = Instantiation->get<DeclArgumentPack *>()->size();
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SyncStatusHelper.java 142 * Lock for ensuring singleton instantiation across threads.
156 // Instantiation of SyncStatusHelper is guarded by a lock so volatile is unneeded.
InvalidationIntentProtocol.java 140 // Disallow instantiation.
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 34 /// an explicit instantiation. However, those suppression contexts
38 /// might be the entirety of an explicit instantiation:
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 184 maybe_shrink_int<15>((int)3); // expected-note {{in instantiation}}
185 maybe_shrink_int<70000>((char)3); // expected-note {{in instantiation}}
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 122 inc<int, counter>(); // expected-note{{instantiation of}}
123 bind<int, counter>(); // expected-note{{instantiation of}}
  /external/clang/test/SemaCXX/
array-bounds.cpp 86 f<5>(); // expected-note {{in instantiation}}
126 pr9284b<false>(); // expected-note{{in instantiation of function template specialization 'pr9284b<false>' requested here}}
cxx0x-initializer-constructor.cpp 328 call<W>(ref_w); // expected-note {{instantiation of}}
342 call<X>(val_x); // expected-note {{instantiation of}}
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 5 // between members of the current instantiation and members of an
9 // current instantiation.
  /external/llvm/lib/Target/Mips/
MipsCondMov.td 105 // Instantiation of instructions.
194 // Instantiation of conditional move patterns.
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/clang/include/clang/Sema/
Sema.h 892 /// template instantiation stacks.
898 /// instantiation, printing the template instantiation stack as
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.h 123 // CreateFrontend() may be called from the same thread after instantiation. From
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h 46 // - Handles the instantiation of SpeechRecognitionEngine objects when
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGForeignObjectElement.cpp 141 // Note that we currently do not support foreignObject instantiation via <use>, hence it is safe
  /external/chromium_org/third_party/libjingle/source/talk/base/
sigslot_unittest.cc 169 // This test will always succeed. However, if the default template instantiation
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 45 // Do not allow instantiation.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.h 83 // Static instantiation function.

Completed in 4112 milliseconds

<<11121314151617181920>>