HomeSort by relevance Sort by last modified time
    Searched refs:Instantiation (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockPaint.java 21 import mockit.Instantiation;
MockRectF.java 20 import mockit.Instantiation;
MockContext.java 33 import mockit.Instantiation;
  /frameworks/native/libs/vr/libpdx/
mock_tests.cpp 8 TEST(MockTypes, Instantiation) {
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 1 //===------- SemaTemplateInstantiate.cpp - C++ Template Instantiation ------===/
9 // This file implements C++ template instantiation.
32 // Template Instantiation Support
38 /// \param D the declaration for which we are computing template instantiation
50 /// used to determine the proper set of template instantiation arguments for
67 // Add template arguments from a variable template instantiation.
111 // Add template arguments from a class template instantiation.
211 // Don't allow further instantiation if a fatal error has occcured. Any
340 "forgot to remove a lookup module for a template instantiation");
372 /// \brief Prints the current instantiation stack through a series o
    [all...]
SemaTemplateVariadic.cpp 577 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
580 if (Instantiation->is<DeclArgumentPack *>()) {
582 NewPackSize = Instantiation->get<DeclArgumentPack *>()->size();
668 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
671 if (Instantiation->is<Decl*>())
676 unsigned Size = Instantiation->get<DeclArgumentPack *>()->size();
    [all...]
SemaTemplate.cpp     [all...]
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /external/r8/deps/
asm-commons-5.1.jar 
  /prebuilts/misc/common/asm/
asm-commons-5.2.jar 
  /prebuilts/misc/common/robolectric/lib/
asm-commons-5.0.1.jar 
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.1/
asm-commons-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.3/
asm-commons-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.1/
asm-commons-5.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/5.2/
asm-commons-5.2.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-commons/5.0.4/
asm-commons-5.0.4.jar 
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 59 /// instantiation.
64 /// The macro instantiation with substitutions.
65 MemoryBuffer *Instantiation;
67 /// The location of the instantiation.
70 /// The location where parsing should resume upon instantiation completion.
383 assert(ActiveMacros.empty() && "Unexpected active macro instantiation!");
395 // Print the active macro instantiation stack.
398 PrintMessage((*it)->InstantiationLoc, "while in macro instantiation",
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 77 /// instantiation.
79 /// The location of the instantiation.
82 /// The buffer where parsing should resume upon instantiation completion.
85 /// The location where parsing should resume upon instantiation completion.
88 /// The depth of TheCondStack at the start of the instantiation.
323 /// \brief Are we inside a macro instantiation?
326 /// \brief Handle entry to macro instantiation.
329 /// \param NameLoc Instantiation location.
332 /// \brief Handle exit from macro instantiation.
594 "Unexpected active macro instantiation!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 441 milliseconds

1 2 3