Home
last modified time | relevance | path

Searched defs:setVal (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h124 void setVal(Value *V, Constant *C) { in setVal() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/
H A Dinline-function-decl.hpp53 LIBC_INLINE static void setVal(MyClass &V, int A) { in setVal() function in __llvm_libc::MyClass
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp352 void setVal(const T &t) { val = t; } in setVal() function