/llvm-project/clang/test/Analysis/ |
H A D | nil-receiver-undefined-larger-than-voidptr-ret-region.m | 14 id *getVal(void); function
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | DiffEngine.h | 71 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 D | ProfileSummary.cpp | 119 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 D | Evaluator.h | 117 Constant *getVal(Value *V) { in getVal() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/ |
H A D | statically-constructed-objects.cpp | 71 int getVal() const { return Val; } in getVal() function in S
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/ |
H A D | inline-function-decl.hpp | 47 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 D | too-small-loop-variable.cpp | 96 unsigned int getVal() { in getVal() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | owning-memory.cpp | 353 const T getVal() const { return val; } in getVal() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | diagnose_if.cpp | 354 …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 D | Record.h | 1093 Init *getVal(unsigned Num) const { getVal() function
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3576 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
|