/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 221 Module &M, bool isConst, unsigned AddrSpace) const { in doMerge() 440 const BitVector &GlobalSet, Module &M, bool isConst, in doMerge()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Pointer.h | 247 bool isConst() const { in isConst() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Builtins.h | 105 bool isConst(unsigned ID) const { in isConst() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mtype.h | 267 bool isConst() const { return (mod & MODconst) != 0; } in isConst() function
|
H A D | declaration.h | 144 bool isConst() { return (storage_class & STCconst) != 0; } in isConst() function
|
H A D | expression.h | 209 int isConst() { return ::isConst(this); } in isConst() function
|
H A D | constfold.c | 44 int isConst(Expression *e) in isConst() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | mtype.h | 254 bool isConst() const { return (mod & MODconst) != 0; } in isConst() function
|
H A D | declaration.h | 137 bool isConst() const { return (storage_class & STCconst) != 0; } in isConst() function
|
H A D | constfold.d | 54 int isConst(Expression e) in isConst() function
|
H A D | declaration.d | 459 final bool isConst() const pure nothrow @nogc @safe in isConst() function
|
H A D | mtype.d | 1055 final bool isConst() const nothrow pure @nogc @safe in isConst() function
|
H A D | expression.d | 1607 final int isConst() in isConst() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-string.cc | 573 do_overlap_load_compare (machine_mode load_mode, bool isConst, in do_overlap_load_compare()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-string.c | 573 do_overlap_load_compare (machine_mode load_mode, bool isConst, in do_overlap_load_compare()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 325 bool isConst() const { return !!(Attrs & uint32_t(PointerOptions::Const)); } in isConst() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2977 bool HexagonLoopRescheduling::isConst(unsigned Reg) const { in isConst() function in HexagonLoopRescheduling
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 1988 bool isConst() const { return getType()->castAs<FunctionType>()->isConst(); } in isConst() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5912 AST_MATCHER(CXXMethodDecl, isConst) { in AST_MATCHER() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 524 bool isConst = T.isConstQualified(); in convertToUnqualifiedObjCType() local
|