Home
last modified time | relevance | path

Searched refs:GuardPrefix (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFixedLenDecoderEmitter.h62 GuardPrefix(GPrefix), GuardPostfix(GPostfix), in Records()
76 std::string GuardPrefix, GuardPostfix; variable
DFixedLenDecoderEmitter.cpp758 o.indent(Indentation) << " " << Emitter->GuardPrefix << Decoder in emitBinaryParser()
830 o.indent(Indentation) << " " << Emitter->GuardPrefix << I->Decoder in emitSingletonDecoder()
879 o.indent(Indentation) << " " << Emitter->GuardPrefix << I->Decoder in emitSingletonDecoder()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp94 GuardPrefix(std::move(GPrefix)), GuardPostfix(std::move(GPostfix)), in FixedLenDecoderEmitter()
116 std::string GuardPrefix, GuardPostfix; member in __anonf641aa1c0211::FixedLenDecoderEmitter
1057 o.indent(Indentation) << Emitter->GuardPrefix << Decoder in emitBinaryParser()
1076 OS.indent(Indentation) << Emitter->GuardPrefix << Op.Decoder in emitDecoder()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp103 GuardPrefix(std::move(GPrefix)), GuardPostfix(std::move(GPostfix)), in FixedLenDecoderEmitter()
126 std::string GuardPrefix, GuardPostfix; member in __anon7f5b27540111::FixedLenDecoderEmitter
1086 o.indent(Indentation) << Emitter->GuardPrefix << Decoder in emitBinaryParser()
1105 OS.indent(Indentation) << Emitter->GuardPrefix << Op.Decoder in emitDecoder()