Searched refs:ZeroArg (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 982 ZeroArg = 0x01, enumerator 1062 bool isKeywordSelector() const { return InfoPtr.getInt() != ZeroArg; } in isKeywordSelector() 1064 bool isUnarySelector() const { return InfoPtr.getInt() == ZeroArg; } in isUnarySelector()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 176 StoredObjCZeroArgSelector = Selector::ZeroArg,
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 566 if (IIF <= ZeroArg) in getNumArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4552 Value *ZeroArg = in buildCustomStateMachine() local 4567 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine() 4603 CallInst::Create(ParallelRegionFnTy, WorkFn, {ZeroArg, GTid}, "", in buildCustomStateMachine()
|