OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KindID
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CloneDetection.h
356
size_t
KindID
;
360
VariableOccurence(size_t
KindID
, const Stmt *Mention)
361
:
KindID
(
KindID
), Mention(Mention) {}
/src/external/apache2/llvm/dist/llvm/lib/IR/
AttributeImpl.h
40
unsigned char
KindID
; ///< Holds the AttrEntryKind of the attribute
50
AttributeImpl(AttrEntryKind
KindID
) :
KindID
(
KindID
) {}
57
bool isEnumAttribute() const { return
KindID
== EnumAttrEntry; }
58
bool isIntAttribute() const { return
KindID
== IntAttrEntry; }
59
bool isStringAttribute() const { return
KindID
== StringAttrEntry; }
60
bool isTypeAttribute() const { return
KindID
== TypeAttrEntry; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp
2640
MDString *
KindID
= dyn_cast<MDString>(Op->getOperand(1));
2641
if (!
KindID
||
KindID
->getString() != "kernel")
Completed in 19 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026