Home
last modified time | relevance | path

Searched defs:IsProto (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalInits.h140 bool IsProto) { in create()
195 const bool IsProto; variable
199 llvm::GlobalValue::LinkageTypes Linkage, bool IsProto) in FunctionDeclaration()
DIceASanInstrumentation.cpp159 constexpr bool IsProto = true; in instrumentGlobals() local
DPNaClTranslator.cpp3232 bool IsProto = Values[2] == 1; in ProcessRecord() local
/external/v8/src/parsing/
Dparser-base.h1366 bool IsProto() { return this->scanner()->LiteralMatches("__proto__", 9); } in IsProto() function