Home
last modified time | relevance | path

Searched defs:isDummy (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h187 bool isDummy() const { return isDummy_; } in isDummy() function
292 bool isDummy() const { return isDummy_; } in isDummy() function
353 ObjectEntityDetails(bool isDummy = false) : EntityDetails(isDummy) {} in EntityDetails() argument
/llvm-project/clang/lib/AST/Interp/
H A DPointer.h
H A DDescriptor.h
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp465 Expected<bool> RawCoverageMappingDummyChecker::isDummy() { in isDummy() function in RawCoverageMappingDummyChecker
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp1866 const bool isDummy = isDeclaredDummy && symMap.lookupSymbol(sym).getAddr(); mapSymbolAttributes() local