Home
last modified time | relevance | path

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

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