Home
last modified time | relevance | path

Searched refs:IsAny (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1668 bool IsAny = false; in ParsePragmaAttributeSubjectMatchRuleSet() local
1672 IsAny = true; in ParsePragmaAttributeSubjectMatchRuleSet()
1764 } while (IsAny && TryConsumeToken(tok::comma)); in ParsePragmaAttributeSubjectMatchRuleSet()
1766 if (IsAny) in ParsePragmaAttributeSubjectMatchRuleSet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13588 bool IsSigned, bool IsAny) { in resolveSources() argument