Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h242 bool isDefined() const { return !isUndefined(); } in isDefined() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h69 bool isDefined() const { return !isUndefined(); } in isDefined() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h384 bool isDefined() const { in isDefined() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h126 bool isDefined() const { return static_cast<bool>(IsDefined); } in isDefined() function
422 bool isDefined() const { in isDefined() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp784 bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined, in ObjCMethodDecl()
815 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create()
H A DDecl.cpp2970 bool FunctionDecl::isDefined(const FunctionDecl *&Definition, in isDefined() function in FunctionDecl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h457 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } in isDefined() function
458 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } in setDefined()
H A DDecl.h2082 bool isDefined() const { in isDefined() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp700 bool isDefined, DIExpression *Expr, in createGlobalVariableExpression()