Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltinTargetFeatures.h41 int InParentheses = 0; in getAndFeatures() local
50 if (InParentheses == 0) in getAndFeatures()
52 ++InParentheses; in getAndFeatures()
55 --InParentheses; in getAndFeatures()
56 assert(InParentheses >= 0 && "Parentheses are not in pair"); in getAndFeatures()
60 if (InParentheses == 0) { in getAndFeatures()
74 assert(InParentheses == 0 && "Parentheses are not in pair"); in getAndFeatures()