Home
last modified time | relevance | path

Searched defs:isProto (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalInits.h143 bool isProto() const { return IsProto; } in isProto() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3230 bool isProto = Record[2]; in parseFunctionRecord() local