HomeSort by relevance Sort by last modified time
    Searched defs:IsDefinition (Results 1 - 5 of 5) sorted by null

  /art/compiler/sea_ir/ir/
instruction_tools.cc 21 bool InstructionTools::IsDefinition(const art::Instruction* const instruction) {
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 152 const MatcherList IsDefinition = constructMatcher("isDefinition");
154 constructMatcher("varDecl", IsDefinition).getTypedMatcher<Decl>();
156 constructMatcher("recordDecl", IsDefinition).getTypedMatcher<Decl>();
158 constructMatcher("functionDecl", IsDefinition).getTypedMatcher<Decl>();
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 214 bool IsDefinition = !F.isDeclaration();
221 Sig, Local, IsDefinition, ScopeLine, FuncFlags, IsOptimized, &F);
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 119 def IsDefinition(self):
277 def IsDefinition(self):
301 def IsDefinition(self):
330 def IsDefinition(self):
373 def IsDefinition(self):
450 def IsDefinition(self):
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 433 bool Decl::canBeWeakImported(bool &IsDefinition) const {
434 IsDefinition = false;
439 IsDefinition = true;
447 IsDefinition = true;
464 bool IsDefinition;
465 if (!canBeWeakImported(IsDefinition))
    [all...]

Completed in 156 milliseconds