Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp232 Module &M, bool isConst, in doMerge()
451 bool isConst, unsigned AddrSpace) const { in doMerge()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h284 inline bool isConst(unsigned Opc) { in isConst() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h330 bool isConst() const { 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/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.cpp3002 bool HexagonLoopRescheduling::isConst(unsigned Reg) const { in isConst() function in HexagonLoopRescheduling
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2105 bool isConst() const { return getType()->castAs<FunctionType>()->isConst(); } in isConst() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6367 AST_MATCHER(CXXMethodDecl, isConst) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp525 bool isConst = T.isConstQualified(); in convertToUnqualifiedObjCType() local