Home
last modified time | relevance | path

Searched defs:IsPointer (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Ddescriptor.h196 bool IsPointer() const { return raw_.attribute == CFI_attribute_pointer; } in IsPointer() function
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h133 inline bool IsPointer(const Symbol &symbol) { in IsPointer() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h55 unsigned IsPointer : 1; member
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h176 bool IsPointer = false; variable
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp253 bool IsPointer : 1; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4346 unsigned IsPointer : 1; member in __anonb6e159cd1511::CatchHandlerType
4370 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType()
H A DSemaInit.cpp7759 bool IsPointer = !Member->getType()->isReferenceType(); in checkInitializerLifetime() local
H A DSemaDeclAttr.cpp5460 bool IsPointer = AL.getAttrName()->getName() == "pointer_with_type_tag"; in handleArgumentWithTypeTagAttr() local
H A DSemaOpenMP.cpp20834 bool IsPointer = CurType->isAnyPointerType(); in VisitOMPArraySectionExpr() local
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp2254 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() || in mangleType() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4277 bool IsPointer = T->isPointerType(); in getCatchableTypeArray() local
H A DCGOpenMPRuntime.cpp7897 bool IsPointer = in generateInfoForComponentList() local