Searched refs:addTrait (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPContext.h | 124 void addTrait(TraitProperty Property, StringRef RawString, 126 addTrait(getOpenMPContextTraitSetForProperty(Property), Property, RawString, 133 void addTrait(TraitSet Set, TraitProperty Property, StringRef RawString, 161 void addTrait(TraitProperty Property) { in addTrait() function 162 addTrait(getOpenMPContextTraitSetForProperty(Property), Property); in addTrait() 164 void addTrait(TraitSet Set, TraitProperty Property) { in addTrait() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2590 VMI.addTrait(CondVal->isZero() ? TraitProperty::user_condition_false in getAsVariantMatchInfo() 2594 VMI.addTrait(TraitProperty::user_condition_false, "<condition>"); in getAsVariantMatchInfo() 2604 VMI.addTrait(TraitProperty::user_condition_false, in getAsVariantMatchInfo() 2609 VMI.addTrait(Set.Kind, Property.Kind, Property.RawString, ScorePtr); in getAsVariantMatchInfo() 2761 addTrait(Property);
|