HomeSort by: relevance | last modified time | path
    Searched defs:REQUIRED (Results 1 - 3 of 3) 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/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 34 milliseconds