Home
last modified time | relevance | path

Searched defs:isDefined (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbol.h248 bool isDefined() const { return !isUndefined(); } in isDefined() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h67 bool isDefined() const { return !isUndefined(); } in isDefined() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp313 const bool isDefined = false; in BuildMethod() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h407 bool isDefined() const { in isDefined() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.h181 bool isDefined() const { return symbolKind == DefinedKind; } in isDefined() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h129 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 DSymbols.h67 bool isDefined() const { return !isLazy() && !isUndefined(); } in isDefined() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp827 bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined, in ObjCMethodDecl()
858 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create()
H A DDecl.cpp3093 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, in isDefined() function in FunctionDecl
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h454 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } in isDefined() function
455 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } in setDefined()
H A DDecl.h2180 bool isDefined() const { in isDefined() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp244 bool isDefined() const { in isDefined() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8058 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 DDIBuilder.cpp742 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, in createGlobalVariableExpression()