HomeSort by relevance Sort by last modified time
    Searched refs:ATR (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 165 static struct atrdef Atr[] =
169 { sizeof (Rdate), ATR$C_REVDATE, (unsigned int) &Rdate[0] },
171 { sizeof (Cdate), ATR$C_CREDATE, (unsigned int) &Cdate[0] },
174 { sizeof (Rdate), ATR$C_REVDATE, &Rdate[0] },
176 { sizeof (Cdate), ATR$C_CREDATE, &Cdate[0]},
223 &FibDesc, &FileName, 0, 0, &Atr, 0);
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 441 const analyze_printf::ArgTypeResult &ATR = getArgType(Ctx, IsObjCLiteral);
442 if (hasValidLengthModifier() && ATR.isValid() && ATR.matchesType(Ctx, QT))
ScanfFormatString.cpp 397 const analyze_scanf::ScanfArgTypeResult &ATR = getArgType(Ctx);
398 if (hasValidLengthModifier() && ATR.isValid() && ATR.matchesType(Ctx, QT))
  /external/icu4c/common/
ucnvisci.c 36 #define ATR 0xEF /* Attribute code */
83 * Enumeration for switching code pages if <ATR>+<one of below values>
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 153 milliseconds