OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Props
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h
167
void applyForEachSymbolProperty(SymbolPropertySet
Props
,
169
void printSymbolProperties(SymbolPropertySet
Props
, raw_ostream &OS);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
296
LoopProperties &
Props
= PropsIt->second;
316
Props
.SizeEstimation = Metrics.NumInsts;
317
Props
.CanBeUnswitchedCount = MaxSize / (
Props
.SizeEstimation);
318
Props
.WasUnswitchedCount = 0;
319
MaxSize -=
Props
.SizeEstimation *
Props
.CanBeUnswitchedCount;
330
CurrentLoopProperties = &
Props
;
331
CurLoopInstructions = &
Props
.UnswitchedVals;
341
LoopProperties &
Props
= LIt->second
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp
247
uint16_t
Props
= static_cast<uint16_t>(Class.getOptions());
249
W->printFlags("Properties",
Props
, makeArrayRef(ClassOptionNames));
255
if (
Props
& uint16_t(ClassOptions::HasUniqueName))
261
uint16_t
Props
= static_cast<uint16_t>(Union.getOptions());
263
W->printFlags("Properties",
Props
, makeArrayRef(ClassOptionNames));
267
if (
Props
& uint16_t(ClassOptions::HasUniqueName))
273
uint16_t
Props
= static_cast<uint16_t>(Enum.getOptions());
280
if (
Props
& uint16_t(ClassOptions::HasUniqueName))
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp
559
void index::applyForEachSymbolProperty(SymbolPropertySet
Props
,
562
if (
Props
& (SymbolPropertySet)SymbolProperty::K) \
578
void index::printSymbolProperties(SymbolPropertySet
Props
, raw_ostream &OS) {
580
applyForEachSymbolProperty(
Props
, [&](SymbolProperty Prop) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp
372
bool evaluateCMPpi(uint32_t Cmp, uint32_t
Props
, const APInt &A2,
435
uint32_t
Props
= (NonZero | Finite);
437
return
Props
| NegOrZero;
438
return
Props
| PosOrZero;
443
uint32_t
Props
= CF->isNegative() ? (NegOrZero|NonZero)
446
return (
Props
& ~NumericProperties) | (Zero|Finite);
447
Props
= (
Props
& ~NumericProperties) | NonZero;
449
return (
Props
& ~NumericProperties) | NaN;
452
return (
Props
& ~NumericProperties) | Infinity
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPropagateAttributes.cpp
103
Clone(const FnProperties &
Props
, Function *OrigF, Function *NewF) :
104
Properties(
Props
), OrigF(OrigF), NewF(NewF) {}
/src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbac.h
205
private
Props
props
= new
Props
();
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h
472
CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key
Props
);
CodeGenRegisters.cpp
811
StringRef Name, Key
Props
)
812
: Members(*
Props
.Members), TheDef(nullptr), Name(std::string(Name)),
813
TopoSigs(RegBank.getNumTopoSigs()), EnumValue(-1), RSI(
Props
.RSI),
Completed in 63 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026