Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParsePragma.cpp2883 auto *AnnotValue = new (PP.getPreprocessorAllocator()) TokFPAnnotValue; in HandlePragma() local
2917 AnnotValue->ContractValue = in HandlePragma()
2924 if (!AnnotValue->ContractValue) { in HandlePragma()
2930 AnnotValue->ReassociateValue = in HandlePragma()
2936 if (!AnnotValue->ReassociateValue) { in HandlePragma()
2942 AnnotValue->ExceptionsValue = in HandlePragma()
2949 if (!AnnotValue->ExceptionsValue) { in HandlePragma()
2976 FPTok.setAnnotationValue(reinterpret_cast<void *>(AnnotValue)); in HandlePragma()
3043 auto *AnnotValue = in HandlePragmaFP() local
3046 if (AnnotValue->ReassociateValue) in HandlePragmaFP()
[all …]