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

/external/llvm/lib/DebugInfo/CodeView/
H A DTypeRecord.cpp128 uint16_t Props; local
134 Props = L->Properties;
135 uint16_t WrtValue = (Props & WinRTKindMask) >> WinRTKindShift;
137 uint16_t HfaMask = (Props & HfaKindMask) >> HfaKindShift;
140 ClassOptions Options = static_cast<ClassOptions>(Props);
150 uint16_t Props; local
156 Props = L->Properties;
158 uint16_t HfaMask = (Props & HfaKindMask) >> HfaKindShift;
160 ClassOptions Options = static_cast<ClassOptions>(Props);
H A DTypeDumper.cpp261 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); local
263 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames));
269 if (Props & uint16_t(ClassOptions::HasUniqueName))
276 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); local
278 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames));
282 if (Props & uint16_t(ClassOptions::HasUniqueName))
289 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); local
296 if (Props & uint16_t(ClassOptions::HasUniqueName))
/external/lzma/CPP/7zip/Common/
H A DMethodProps.h29 CObjectVector<CProp> Props; member in struct:CProps
31 void Clear() { Props.Clear(); }
35 FOR_VECTOR (i, Props)
36 if (!Props[i].IsOptional)
45 CProp &prop = Props.AddNew();
63 if (Props[i].Value.vt == VT_UI4)
64 return (int)Props[i].Value.ulVal;
73 if (Props[i].Value.vt == VT_UI4)
75 res = Props[i].Value.ulVal;
87 if (Props[
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h23 CByteBuffer Props; member in struct:NArchive::N7z::CCoderInfo
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp271 LoopProperties &Props = PropsIt->second; local
292 Props.SizeEstimation = Metrics.NumInsts;
293 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
294 Props.WasUnswitchedCount = 0;
295 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
306 CurrentLoopProperties = &Props;
307 CurLoopInstructions = &Props.UnswitchedVals;
318 LoopProperties &Props local
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenRegisters.cpp339 CodeGenRegisterClass::CodeGenRegisterClass(StringRef Name, Key Props) argument
340 : Members(*Props.Members),
344 SpillSize(Props.SpillSize),
345 SpillAlignment(Props.SpillAlignment),
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp723 StringRef Name, Key Props)
724 : Members(*Props.Members),
729 SpillSize(Props.SpillSize),
730 SpillAlignment(Props.SpillAlignment),
722 CodeGenRegisterClass(CodeGenRegBank &RegBank, StringRef Name, Key Props) argument
/external/pdfium/third_party/lcms/src/
H A Dcmscgats.c2404 char **Props; local
2419 Props = (char **) AllocChunk(it8, sizeof(char *) * n);
2424 Props[n++] = p -> Keyword;
2427 *PropertyNames = Props;
2436 const char **Props; local
2458 Props = (const char **) AllocChunk(it8, sizeof(char *) * n);
2464 Props[n++] = p ->Subkey;
2467 *SubpropertyNames = Props;

Completed in 415 milliseconds