Home
last modified time | relevance | path

Searched defs:getPointer (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function
76 T *getPointer() { return &Storage.value(); } in getPointer() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
190 static PointerT getPointer(intptr_t Value) { in getPointer() function
H A DSmallBitVector.h95 BitVector *getPointer() const { in getPointer() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMLoc.h34 constexpr const char *getPointer() const { return Ptr; } in getPointer() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h66 llvm::Value *getPointer() const { in getPointer() function
306 llvm::Constant *getPointer() const { in getPointer() function
H A DCGPointerAuth.cpp607 llvm::Value *LValue::getPointer(CodeGenFunction &CGF) const { in getPointer() function in LValue
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h413 static const llvm::APSInt *getPointer(const llvm::APSInt &Value) { in getPointer() function
416 static const SymExpr *getPointer(const SymExpr *Value) { return Value; } in getPointer() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h218 uintptr_t getPointer() const { in getPointer() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1664 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function