Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp252 Module &M, bool isConst, in doMerge()
470 bool isConst, unsigned AddrSpace) const { in doMerge()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h287 inline bool isConst(unsigned Opc) { in isConst() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h122 bool isConst(unsigned ID) const { in isConst() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h505 bool isConst() const { in isConst() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h326 bool isConst() const { return !!(Attrs & uint32_t(PointerOptions::Const)); } in isConst() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp3003 bool HexagonLoopRescheduling::isConst(unsigned Reg) const { in isConst() function in HexagonLoopRescheduling
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp461 Register Reg = Register(0), bool isConst = true, bool hasLinkageTy = true) { in buildBuiltinVariableLoad()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2119 bool isConst() const { return getType()->castAs<FunctionType>()->isConst(); } in isConst() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6391 AST_MATCHER(CXXMethodDecl, isConst) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp524 bool isConst = T.isConstQualified(); in convertToUnqualifiedObjCType() local