OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isDerivedType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
Type.h
246
bool
isDerivedType
() const { return getTypeID() >= FirstDerivedTyID; }
/external/llvm/lib/IR/
DebugInfo.cpp
165
///
isDerivedType
- Return true if the specified tag is legal for DIDerivedType.
166
bool DIDescriptor::
isDerivedType
() const {
218
return isBasicType() || isCompositeType() ||
isDerivedType
();
449
else if (
isDerivedType
())
471
return
isDerivedType
() && DbgNode->getNumOperands() >= 10 &&
621
if (BaseType.
isDerivedType
())
852
if (T.
isDerivedType
())
936
} else if (DT.
isDerivedType
()) {
[
all
...]
Completed in 553 milliseconds