/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 248 bool isDefined() const { return !isUndefined(); } in isDefined() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | Wasm.h | 67 bool isDefined() const { return !isUndefined(); } in isDefined() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 313 const bool isDefined = false; in BuildMethod() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | MacroInfo.h | 407 bool isDefined() const { in isDefined() function
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | Symbols.h | 181 bool isDefined() const { return symbolKind == DefinedKind; } in isDefined() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 129 bool isDefined() const { return static_cast<bool>(IsDefined); } in isDefined() function 494 bool isDefined() const { in isDefined() function
|
/openbsd-src/gnu/llvm/lld/wasm/ |
H A D | Symbols.h | 67 bool isDefined() const { return !isLazy() && !isUndefined(); } in isDefined() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclObjC.cpp | 827 bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined, in ObjCMethodDecl() 858 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create()
|
H A D | Decl.cpp | 3093 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, in isDefined() function in FunctionDecl
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclObjC.h | 454 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } in isDefined() function 455 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } in setDefined()
|
H A D | Decl.h | 2180 bool isDefined() const { in isDefined() function
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 244 bool isDefined() const { in isDefined() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8058 const bool isDefined = false; in AddObjCClassProperty() local 8100 const bool isDefined = false; in AddObjCClassProperty() local 8222 const bool isDefined = false; in AddMethodToObjCObjectType() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 742 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, in createGlobalVariableExpression()
|