Home
last modified time | relevance | path

Searched defs:hasProperty (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dblocks.cpp49 __attribute__((__blocks__(byref))) bool hasProperty = false; in test3() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h249 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } hasProperty() function
H A DCodeGenDAGPatterns.h471 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } hasProperty() function
/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h140 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } hasProperty() function
/llvm-project/llvm/lib/IR/
H A DType.cpp855 bool TargetExtType::hasProperty(Property Prop) const { hasProperty() function in TargetExtType
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp737 bool LLVM::LLVMTargetExtType::hasProperty(Property prop) const { hasProperty() function in LLVM::LLVMTargetExtType