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

  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 140 bool IsProto) {
142 FunctionDeclaration(Signature, CallingConv, Linkage, IsProto);
146 /// isProto implies that there isn't a (local) definition for the function.
147 bool isProto() const { return IsProto; }
153 bool getSuppressMangling() const final { return isExternal() && IsProto; }
195 const bool IsProto;
199 llvm::GlobalValue::LinkageTypes Linkage, bool IsProto)
201 Signature(Signature), CallingConv(CallingConv), IsProto(IsProto) {}
    [all...]
IceGlobalInits.cpp 123 if (IsProto)
IceASanInstrumentation.cpp 159 constexpr bool IsProto = true;
162 llvm::GlobalValue::ExternalLinkage, IsProto);
PNaClTranslator.cpp 311 FunctionDeclarations[NextDefiningFunctionID]->isProto())
437 // defined or isproto). Then function definitions are encountered/parsed and
549 Ice::Constant *C = getConstantSym(Func->getName(), Func->isProto());
    [all...]
  /external/v8/src/parsing/
parser-base.h     [all...]

Completed in 457 milliseconds