Home
last modified time | relevance | path

Searched defs:UnitType (Results 1 – 10 of 10) 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-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h66 uint8_t UnitType = 0; variable
357 static bool isMatchingUnitTypeAndTag(uint8_t UnitType, dwarf::Tag Tag) { in isMatchingUnitTypeAndTag()
379 static uint32_t getDWARF5HeaderSize(uint8_t UnitType) { in getDWARF5HeaderSize()
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/
Dquantization_options.proto76 enum UnitType { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp102 uint8_t &UnitType, bool &isUnitDWARF64) { in verifyUnitHeader()
191 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents() local
287 uint8_t UnitType = 0; in verifyUnitSection() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h367 enum UnitType : unsigned char { enum
381 inline bool isUnitType(uint8_t UnitType) { in isUnitType()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context_embeddertest.cpp622 TEST_F(CFXJSE_FormCalcContextEmbedderTest, UnitType) { in TEST_F() argument
Dcfxjse_formcalc_context.cpp3362 void CFXJSE_FormCalcContext::UnitType( in UnitType() function in CFXJSE_FormCalcContext