OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isOpaque
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
282
bool
isOpaque
() const { return (getSubclassData() & SCDB_HasBody) == 0; }
664
assert(!
isOpaque
() && "Attempting to get element type of opaque pointer");
668
bool
isOpaque
() const { return !PointeeTy; }
684
return
isOpaque
() || PointeeTy == Ty;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
493
uint16_t
IsOpaque
: 1;
1537
ConstantSDNode(bool isTarget, bool
isOpaque
, const ConstantInt *val, EVT VT)
1541
ConstantSDNodeBits.
IsOpaque
=
isOpaque
;
1559
bool
isOpaque
() const { return ConstantSDNodeBits.
IsOpaque
; }
Completed in 20 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026