OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isForwardDecl
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
582
if (DD->generateTypeUnits() && !Ty->
isForwardDecl
() &&
630
if (!Ty->getName().empty() && !Ty->
isForwardDecl
()) {
776
if (!DTy->
isForwardDecl
())
967
(!CTy->
isForwardDecl
() || Tag == dwarf::DW_TAG_enumeration_type))
969
else if (!CTy->
isForwardDecl
())
974
if (CTy->
isForwardDecl
())
978
if (!CTy->
isForwardDecl
())
CodeViewDebug.cpp
1498
if (!T || T->
isForwardDecl
())
2110
if (Ty->
isForwardDecl
()) {
2266
!Ty->
isForwardDecl
();
2293
if (!Ty->
isForwardDecl
())
2345
if (!Ty->
isForwardDecl
())
2611
if (CTy->
isForwardDecl
())
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.cpp
569
if (CTy->
isForwardDecl
())
597
!CTy->getName().empty() && !CTy->
isForwardDecl
()) {
709
if (Tag != dwarf::DW_TAG_structure_type || CTy->
isForwardDecl
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
2264
if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->
isForwardDecl
())
2267
assert(!Res->
isForwardDecl
());
2339
if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->
isForwardDecl
())
2342
assert(!Res->
isForwardDecl
());
2438
if (T && T->
isForwardDecl
())
3388
if (T && !T->
isForwardDecl
())
3424
if (T && (!T->
isForwardDecl
() || !RD->getDefinition()))
5090
assert(Ty->
isForwardDecl
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp
643
if (!CT->
isForwardDecl
() || (Flags & DINode::FlagFwdDecl))
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp
306
if (CT.
isForwardDecl
())
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
730
bool
isForwardDecl
() const { return getFlags() & FlagFwdDecl; }
1165
///
isForwardDecl
(), and the new arguments would be a definition, mutates the
Completed in 34 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026