Home
last modified time | relevance | path

Searched defs:UnitType (Results 1 – 9 of 9) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.hpp53 typedef typename StreamType::UnitType UnitType; typedef in BaseRecognizer
Dantlr3input.hpp57 typedef typename ImplTraits::StreamDataType UnitType; typedef in InputStream
Dantlr3tokenstream.hpp146 typedef TokenType UnitType; typedef in TokenStream
Dantlr3commontreenodestream.hpp53 typedef TreeType UnitType; typedef in CommonTreeNodeStream
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h66 uint8_t UnitType = 0; variable
399 static bool isMatchingUnitTypeAndTag(uint8_t UnitType, dwarf::Tag Tag) { in isMatchingUnitTypeAndTag()
421 static uint32_t getDWARF5HeaderSize(uint8_t UnitType) { in getDWARF5HeaderSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp112 uint8_t &UnitType, bool &isUnitDWARF64) { in verifyUnitHeader()
174 bool DWARFVerifier::verifyUnitContents(DWARFUnit &Unit, uint8_t UnitType) { in verifyUnitContents()
263 uint8_t UnitType = 0; in handleDebugInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.h328 enum UnitType : unsigned char { enum
342 inline bool isUnitType(uint8_t UnitType) { in isUnitType()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context_embeddertest.cpp960 TEST_F(CFXJSE_FormCalcContextEmbedderTest, UnitType) { in TEST_F() argument
Dcfxjse_formcalc_context.cpp2905 void CFXJSE_FormCalcContext::UnitType(CFXJSE_Value* pThis, in UnitType() function in CFXJSE_FormCalcContext