Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h693 ZeroArg = 0x01, enumerator
759 return getIdentifierInfoFlag() != ZeroArg; in isKeywordSelector()
763 return getIdentifierInfoFlag() == ZeroArg; in isUnarySelector()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h177 StoredObjCZeroArgSelector = Selector::ZeroArg,
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp482 if (IIF <= ZeroArg) in getNumArgs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3255 Value *ZeroArg = in buildCustomStateMachine() local
3266 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine()
3300 CallInst::Create(ParallelRegionFnTy, WorkFnCast, {ZeroArg, GTid}, "", in buildCustomStateMachine()