Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DAddress.h39 llvm::Value *getPointer() const { return Pointer; } in getPointer() function
65 llvm::Value *getPointer() const { return Pointer.getPointer(); } in getPointer() function
93 llvm::Value *getPointer() const { in getPointer() function
152 llvm::Constant *getPointer() const { in getPointer() function
H A DCGValue.h337 llvm::Value *getPointer(CodeGenFunction &CGF) const { in getPointer() function
623 llvm::Value *getPointer() const { in getPointer() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DPointerIntPair.h60 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
154 static PointerT getPointer(intptr_t Value) { in getPointer() function
H A DSmallBitVector.h95 BitVector *getPointer() const { in getPointer() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSMLoc.h34 const char *getPointer() const { return Ptr; } in getPointer() function
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h412 static const llvm::APSInt *getPointer(const llvm::APSInt &Value) { in getPointer() function
415 static const SymExpr *getPointer(const SymExpr *Value) { return Value; } in getPointer() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h246 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DVTableBuilder.h218 uintptr_t getPointer() const { in getPointer() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1600 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function