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

  /external/u-boot/examples/standalone/
stubs.c 5 #define FO(x) offsetof(struct jt_funcs, x)
25 : : "i"(FO(x)) : "eax", "ecx");
39 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
53 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
65 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
83 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
99 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
115 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
131 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
143 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r5")
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 21 FileSystemOptions FO;
22 FileManager FileMgr(FO);
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 40 CXLoadedDiagnosticSetImpl() : CXDiagnosticSetImpl(true), FakeFiles(FO) {}
48 FileSystemOptions FO;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
InputFile.cpp 231 uint32_t FO = Iter->FileNameOffset;
232 auto ExpectedFile = getNameFromStringTable(FO);
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 334 CFGBlock::FilterOptions FO;
335 FO.IgnoreDefaultsWithCoveredEnums = 1;
338 I = cfg->getExit().filtered_pred_start_end(FO); I.hasMore(); ++I) {
    [all...]

Completed in 1179 milliseconds