Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h974 ZeroArg = 0x01, enumerator
1054 bool isKeywordSelector() const { return InfoPtr.getInt() != ZeroArg; } in isKeywordSelector()
1056 bool isUnarySelector() const { return InfoPtr.getInt() == ZeroArg; } in isUnarySelector()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp536 if (IIF <= ZeroArg) in getNumArgs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4550 Value *ZeroArg = in buildCustomStateMachine() local
4565 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine()
4601 CallInst::Create(ParallelRegionFnTy, WorkFn, {ZeroArg, GTid}, "", in buildCustomStateMachine()