Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCallingConv.h62 bool IsPtr = I != End && (*I)->isPointerTy(); in CC_M68k_Any_AssignToReg() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.h37 bool IsPtr; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefMemberChecker.cpp316 bool IsPtr = isa<PointerType>(T) || isa<ObjCObjectPointerType>(T); in printPointer() local
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp197 bool ValueObjectPrinter::IsPtr() { in IsPtr() function in ValueObjectPrinter
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2377 auto IsPtr = [](const Expr *E, MatchResult &R) { in matches() local