Home
last modified time | relevance | path

Searched refs:IfPresent (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h168 IfPresent, enumerator
299 case OpenACCClauseKind::IfPresent: in printOpenACCClauseKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h123 const Capability::Capability IfPresent);
H A DSPIRVModuleAnalysis.cpp606 const Capability::Capability IfPresent) { in removeCapabilityIf() argument
607 if (AllCaps.contains(IfPresent)) in removeCapabilityIf()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp130 .Case("if_present", OpenACCClauseKind::IfPresent) in getOpenACCClauseKind()
538 case OpenACCClauseKind::IfPresent: in getClauseParensKind()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8086 case OpenACCClauseKind::IfPresent: in writeOpenACCClause()
H A DASTReader.cpp12044 case OpenACCClauseKind::IfPresent: in readOpenACCClause()