Searched defs:isSet (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h83 bool isSet() const { return Block != nullptr; } function in class:llvm::VPBuilder::VPInsertPoint
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h60 bool isSet() const { function in struct:llvm::ArgDescriptor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1964 static bool isSet(const Function &Fn, function in struct:EnumAttr
1979 static bool isSet(const Function &Fn, function in struct:StrBoolAttr
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp106 bool isSet() const { return IsBaseSet; } function in class:__anon4366::final::Address
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h343 bool isSet() const { return !ValueOrInherited.isNull(); } function
H A DFormatString.h37 bool isSet() const { return flag; } function in class:clang::analyze_format_string::OptionalFlag
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h215 bool isSet() const { return (Block != nullptr); } function in class:llvm::IRBuilderBase::InsertPoint
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h434 bool isSet() const { return CS16 || CS32; } function in class:llvm::object::COFFSymbolRef
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h210 bool isSet() const { return getScopeRep() != nullptr; } function in class:clang::CXXScopeSpec
1730 bool isSet() const { return LSquareLoc.isValid(); } function in class:clang::DecompositionDeclarator

Completed in 109 milliseconds