HomeSort by relevance Sort by last modified time
    Searched full:akind (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/ArithChk/
arithchk.c 46 typedef struct Akind {
49 } Akind;
51 static Akind IEEE_LITTLE_ENDIAN = { "IEEE_LITTLE_ENDIAN", 1 };
52 static Akind IEEE_BIG_ENDIAN = { "IEEE_BIG_ENDIAN", 2 };
53 static Akind IBM = { "IBM", 3 };
54 static Akind VAX = { "VAX", 4 };
55 static Akind CRAY = { "CRAY", 5};
57 static Akind *
84 static Akind *
113 static Akind *
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 53 AllocKind &AKind, CheckerContext &C) const;
117 /// Polymorphic output value is set to true. AKind output value is set to the
121 AllocKind &AKind,
134 AKind = *Kind;
  /external/valgrind/drd/
drd_error.h 87 AddrKind akind; // ALL member in struct:__anon35865
drd_error.c 117 ai->akind = eMallocd;
122 ai->akind = eUnknown;
211 } else if (ai.akind == eMallocd && ai.lastchange) {
  /external/valgrind/helgrind/
hg_errors.c 396 //if (extra != NULL && Undescribed == extra->addrinfo.akind) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 242 milliseconds