Searched defs:hasProperty (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/test/SemaCXX/ | ||
H A D | blocks.cpp | 49 __attribute__((__blocks__(byref))) bool hasProperty = false; in test3() local |
/llvm-project/llvm/utils/TableGen/Common/ | ||
H A D | CodeGenTarget.h | 249 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } hasProperty() function |
H A D | CodeGenDAGPatterns.h | 471 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } hasProperty() function |
/llvm-project/llvm/utils/TableGen/Basic/ | ||
H A D | CodeGenIntrinsics.h | 140 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } hasProperty() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 855 bool TargetExtType::hasProperty(Property Prop) const { hasProperty() function in TargetExtType |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ | ||
H A D | LLVMTypes.cpp | 737 bool LLVM::LLVMTargetExtType::hasProperty(Property prop) const { hasProperty() function in LLVM::LLVMTargetExtType |