HomeSort by: relevance | last modified time | path
    Searched refs:RequiresProperty (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPContext.h 104 /// \p AllowsTraitScore and \p RequiresProperty to true/false if the user can
109 bool &RequiresProperty);
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPContext.cpp 491 bool &RequiresProperty) {
496 RequiresProperty = ReqProp; \
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 907 bool RequiresProperty = false;
910 AllowsTraitScore, RequiresProperty);
914 << Name << (RequiresProperty ? "(<property-name>)" : "");
1144 bool RequiresProperty = false;
1146 RequiresProperty)) {
1154 << RequiresProperty;
1158 if (!RequiresProperty) {
1244 bool RequiresProperty = false;
1247 AllowsTraitScore, RequiresProperty);
1251 << Name << (RequiresProperty ? "(<property-name>)" : "")
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 2326 bool RequiresProperty = false;
2328 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty);
2330 if (!RequiresProperty)
2370 bool RequiresProperty = false;
2372 Selector.Kind, Set.Kind, AllowsTraitScore, RequiresProperty);
2375 if (!RequiresProperty ||

Completed in 21 milliseconds