/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | InterpBlock.h | 55 bool isStatic() const { return IsStatic; } in isStatic() function
|
H A D | Pointer.h | 231 bool isStatic() const { return Pointee->isStatic(); } in isStatic() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | statementsem.c | 510 bool needExpansion, bool isStatic, Statements *statements, Dsymbols *declarations, in declareVariable() 620 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody() 769 bool makeTupleForeach(ForeachStatement *fs, bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeach()
|
H A D | declaration.h | 136 bool isStatic() { return (storage_class & STCstatic) != 0; } in isStatic() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.cpp | 692 bool NativeRawSymbol::isStatic() const { in isStatic() function in NativeRawSymbol
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | hdrgen.d | 3039 void functionToBufferWithIdent(TypeFunction tf, OutBuffer* buf, const(char)* ident, bool isStatic) in functionToBufferWithIdent() 3527 …entWithPostfix(TypeFunction t, const char[] ident, OutBuffer* buf, HdrGenState* hgs, bool isStatic) in visitFuncIdentWithPostfix()
|
H A D | declaration.h | 129 bool isStatic() const { return (storage_class & STCstatic) != 0; } in isStatic() function
|
H A D | declaration.d | 418 final bool isStatic() const pure nothrow @nogc @safe in isStatic() function
|
H A D | cparse.d | 2602 bool isStatic; variable
|
H A D | statementsem.d | 4239 public auto makeTupleForeach(Scope* sc, bool isStatic, bool isDecl, ForeachStatement fs, Dsymbols* … in makeTupleForeach()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 1226 bool DIARawSymbol::isStatic() const { in isStatic() function in DIARawSymbol
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 93 bool isStatic() const { in isStatic() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2105 bool CXXMethodDecl::isStatic() const { in isStatic() function in CXXMethodDecl
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 2582 bool isStatic() const { return getStorageClass() == SC_Static; } in isStatic() function
|