Home
last modified time | relevance | path

Searched refs:ZeroArg (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h948 ZeroArg = 0x01, enumerator
1028 bool isKeywordSelector() const { return InfoPtr.getInt() != ZeroArg; } in isKeywordSelector()
1030 bool isUnarySelector() const { return InfoPtr.getInt() == ZeroArg; } in isUnarySelector()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h176 StoredObjCZeroArgSelector = Selector::ZeroArg,
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp535 if (IIF <= ZeroArg) in getNumArgs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4549 Value *ZeroArg = in buildCustomStateMachine() local
4564 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine()
4600 CallInst::Create(ParallelRegionFnTy, WorkFn, {ZeroArg, GTid}, "", in buildCustomStateMachine()