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

  /src/external/gpl3/gcc/dist/gcc/fortran/
intrinsic.cc 59 #define REQUIRED 0
369 int arg optional flag (1=optional, 0=required)
1369 a, BT_REAL, dr, REQUIRED);
1381 a, BT_INTEGER, di, REQUIRED);
1385 a, BT_REAL, dd, REQUIRED);
1389 a, BT_COMPLEX, dz, REQUIRED);
1393 a, BT_COMPLEX, dd, REQUIRED);
1403 nm, BT_CHARACTER, dc, REQUIRED, md, BT_CHARACTER, dc, REQUIRED);
1410 i, BT_INTEGER, di, REQUIRED, kind, BT_INTEGER, di, OPTIONAL)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
intrinsic.cc 58 #define REQUIRED 0
368 int arg optional flag (1=optional, 0=required)
1368 a, BT_REAL, dr, REQUIRED);
1380 a, BT_INTEGER, di, REQUIRED);
1384 a, BT_REAL, dd, REQUIRED);
1388 a, BT_COMPLEX, dz, REQUIRED);
1392 a, BT_COMPLEX, dd, REQUIRED);
1402 nm, BT_CHARACTER, dc, REQUIRED, md, BT_CHARACTER, dc, REQUIRED);
1409 i, BT_INTEGER, di, REQUIRED, kind, BT_INTEGER, di, OPTIONAL)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 415 /// required to be run again).
448 A.getAAFor<AAType>(QueryingAA, RVPos, DepClassTy::REQUIRED);
514 A.getAAFor<AAType>(QueryingAA, ACSArgPos, DepClassTy::REQUIRED);
553 DepClassTy::REQUIRED);
621 const AAType &AA = A.getAAFor<AAType>(*this, FnPos, DepClassTy::REQUIRED);
646 /// The AAType class is required to have `followUseInMBEC` method with the
759 *this, IRPosition::callsite_function(*CB), DepClassTy::REQUIRED);
801 auto &FnAA = A.getAAFor<AANoUnwind>(*this, FnPos, DepClassTy::REQUIRED);
1135 DepClassTy::REQUIRED);
1345 *this, IRPosition::callsite_function(*CB), DepClassTy::REQUIRED);
    [all...]
OpenMPOpt.cpp 2009 *this, IRPosition::callsite_returned(*CB), DepClassTy::REQUIRED);
2125 *this, IRPosition::function(*getAnchorScope()), DepClassTy::REQUIRED);
2208 *this, IRPosition::function(*getAnchorScope()), DepClassTy::REQUIRED);
2265 DepClassTy::REQUIRED);
2341 DepClassTy::REQUIRED);
Attributor.cpp 890 getAAFor<AAReturnedValues>(QueryingAA, QueryIRP, DepClassTy::REQUIRED);
909 getAAFor<AAReturnedValues>(QueryingAA, QueryIRP, DepClassTy::REQUIRED);
1017 // For invalid AAs we can fix dependent AAs that have a required dependence,
1026 << " required & optional dependences\n");
1984 assert((DI.DepClass == DepClassTy::REQUIRED ||
1986 "Expected required or optional dependence (1 bit)!");
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 4683 return error(ClosingLoc, "missing required field '" #NAME "'");
4708 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4711 REQUIRED(scope, MDField, (/* AllowNull */ false)); \
4726 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4727 REQUIRED(tag, DwarfTagField, ); \
4743 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4780 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4812 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
4813 REQUIRED(name, MDStringField, ); \
4814 REQUIRED(value, MDAPSIntField, );
    [all...]
  /src/external/bsd/libevent/dist/
CMakeLists.txt 844 find_package(OpenSSL REQUIRED)
862 find_package(Threads REQUIRED)
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 844 find_package(OpenSSL REQUIRED)
862 find_package(Threads REQUIRED)
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmYAML.cpp 341 ECase(REQUIRED);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 148 REQUIRED, ///< The target cannot be valid if the source is not.
701 static_assert(NumEncodingBits >= 2, "At least two bits are required!");
784 /// InformationCache will hold information required by 'default' attributes,
1245 /// That means for required dependences, if \p FromAA changes to an invalid
1246 /// state, \p ToAA can be moved to a pessimistic fixpoint because it required
1273 AADepGraphNode::DepTy(&AA, unsigned(DepClassTy::REQUIRED)));

Completed in 51 milliseconds