Home
last modified time | relevance | path

Searched defs:getVal (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dnil-receiver-undefined-larger-than-voidptr-ret-region.m14 id *getVal(void); function
/llvm-project/llvm/tools/llvm-readtapi/
H A DDiffEngine.h71 T getVal() const { return Val; } in getVal() function
90 const MachO::Symbol *getVal() const { return Val; } in getVal() function
/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp119 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function
127 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() function
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h117 Constant *getVal(Value *V) { in getVal() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dstatically-constructed-objects.cpp71 int getVal() const { return Val; } in getVal() function in S
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/
H A Dinline-function-decl.hpp47 static int getVal(const MyClass &V) { in getVal() function in __llvm_libc::MyClass
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dtoo-small-loop-variable.cpp96 unsigned int getVal() { in getVal() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp353 const T getVal() const { return val; } in getVal() function
/llvm-project/clang/test/SemaCXX/
H A Ddiagnose_if.cpp354 …template <typename T> T getVal() _diagnose_if(bad(), "oh no", "error") { // expected-note{{from 'd… in getVal() function
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1093 Init *getVal(unsigned Num) const { getVal() function
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3576 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, getVal() function in LLParser::PerFunctionState
3617 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { getVal() function in LLParser::PerFunctionState