Home
last modified time | relevance | path

Searched defs:Props (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp261 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitClass() local
276 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitUnion() local
289 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitEnum() local
DTypeRecord.cpp128 uint16_t Props; in deserialize() local
150 uint16_t Props; in deserialize() local
/external/lzma/CPP/7zip/Common/
DMethodProps.h29 CObjectVector<CProp> Props; member
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h23 CByteBuffer Props; member
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp271 LoopProperties &Props = PropsIt->second; in countLoop() local
318 LoopProperties &Props = LIt->second; in forgetLoop() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.cpp339 CodeGenRegisterClass::CodeGenRegisterClass(StringRef Name, Key Props) in CodeGenRegisterClass()
/external/pdfium/third_party/lcms/src/
Dcmscgats.c2404 char **Props; in cmsIT8EnumProperties() local
2436 const char **Props; in cmsIT8EnumPropertyMulti() local
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp723 StringRef Name, Key Props) in CodeGenRegisterClass()