Home
last modified time | relevance | path

Searched defs:isSet (Results 1 – 14 of 14) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dcontainer_debug_tests.h67 constexpr bool isSet(ContainerType CT) { in isSet() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h57 bool isSet() const { isSet() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h104 bool isSet() const { return Block != nullptr; } isSet() function
/llvm-project/mlir/lib/Dialect/X86Vector/Transforms/
H A DAVXTranspose.cpp108 bool isSet = mask & (1 << i); in mm256BlendPs() local
/llvm-project/mlir/include/mlir/IR/
H A DBuilders.h339 bool isSet() const { return (block != nullptr); } isSet() function
/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h326 bool isSet() const { return !ValueOrInherited.isNull(); } isSet() function
H A DFormatString.h38 bool isSet() const { return flag; } in isSet() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dredundant-branch-condition.cpp1114 bool isSet = false; in positive_expr_with_cleanups() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp109 bool isSet() const { return IsBaseSet; } isSet() function in __anon23491d1f0111::WebAssemblyFastISel::Address
/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h267 bool isSet() const { return (Block != nullptr); } isSet() function
/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2346 static bool isSet(const Function &Fn, isSet() function
2361 static bool isSet(const Function &Fn, isSet() function
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h228 bool isSet() const { return getScopeRep() != nullptr; } in isSet() function
1832 bool isSet() const { return LSquareLoc.isValid(); } isSet() function
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp1180 bool transform::TransformResults::isSet(unsigned resultNumber) const { isSet() function in transform::TransformResults
/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h434 bool isSet() const { return CS16 || CS32; } isSet() function