HomeSort by: relevance | last modified time | path
    Searched defs:Prototype (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CloneDetection.cpp 495 StmtSequence Prototype = HashGroup[i];
496 CloneDetector::CloneGroup PotentialGroup = {Prototype};
508 if (!Compare(Prototype, Candidate))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp 413 auto Prototype = ContinuationId->getPrototype();
414 this->RetconLowering.ResumePrototype = Prototype;
452 Prototype->getFunctionType()->dump();
455 "match corresponding prototype function result");
461 Prototype->getFunctionType()->dump();
480 Prototype->getFunctionType()->dump();
488 Prototype->getFunctionType()->dump();
491 "match corresponding prototype function param");
587 /// Check that the given value is a well-formed prototype for the
592 fail(I, "llvm.coro.id.retcon.* prototype not a Function", V)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1278 /// parameter. If the function is () or (a,b,c), then it has no prototype,
1282 /// isVariadic - If this function has a prototype, and if that
1319 /// number of declarations in the function prototype.
1490 /// prototype. Typically these are tag declarations.
1763 Prototype, // Within a function prototype.
1938 return (Context == DeclaratorContext::Prototype ||
2010 case DeclaratorContext::Prototype:
2043 case DeclaratorContext::Prototype:
2083 case DeclaratorContext::Prototype
    [all...]

Completed in 38 milliseconds