OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBasicType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
DebugInfo.cpp
124
///
isBasicType
- Return true if the specified tag is legal for
126
bool DIDescriptor::
isBasicType
() const {
183
return
isBasicType
() || isCompositeType() || isDerivedType();
274
if (!
isBasicType
() && !isDerivedType() && !isCompositeType()) {
343
if (!
isBasicType
() && Tag != dwarf::DW_TAG_const_type &&
355
return
isBasicType
();
594
if (
isBasicType
())
/external/llvm/include/llvm/Analysis/
DebugInfo.h
112
bool
isBasicType
() const;
279
return DbgNode && (
isBasicType
() || isDerivedType() || isCompositeType());
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
576
if (Ty.
isBasicType
())
[
all
...]
Completed in 35 milliseconds