HomeSort by relevance Sort by last modified time
    Searched full:getloc (Results 201 - 225 of 815) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
iomanip 314 const _Fp& __mf = use_facet<_Fp>(__is.getloc());
373 const _Fp& __mf = use_facet<_Fp>(__os.getloc());
433 const _Fp& __tf = use_facet<_Fp>(__is.getloc());
493 const _Fp& __tf = use_facet<_Fp>(__os.getloc());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
put_long_double_en_US.pass.cpp 51 ios.imbue(std::locale(ios.getloc(),
53 ios.imbue(std::locale(ios.getloc(),
55 ios.imbue(std::locale(ios.getloc(),
57 ios.imbue(std::locale(ios.getloc(),
put_long_double_fr_FR.pass.cpp 53 ios.imbue(std::locale(ios.getloc(),
55 ios.imbue(std::locale(ios.getloc(),
57 ios.imbue(std::locale(ios.getloc(),
59 ios.imbue(std::locale(ios.getloc(),
put_long_double_ru_RU.pass.cpp 60 ios.imbue(std::locale(ios.getloc(),
62 ios.imbue(std::locale(ios.getloc(),
64 ios.imbue(std::locale(ios.getloc(),
66 ios.imbue(std::locale(ios.getloc(),
put_long_double_zh_CN.pass.cpp 54 ios.imbue(std::locale(ios.getloc(),
56 ios.imbue(std::locale(ios.getloc(),
58 ios.imbue(std::locale(ios.getloc(),
60 ios.imbue(std::locale(ios.getloc(),
put_string_en_US.pass.cpp 51 ios.imbue(std::locale(ios.getloc(),
53 ios.imbue(std::locale(ios.getloc(),
55 ios.imbue(std::locale(ios.getloc(),
57 ios.imbue(std::locale(ios.getloc(),
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 416 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
437 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
545 Ctx->reportError(Fixup.getLoc(), "misaligned ARM call destination");
574 Ctx->reportError(Fixup.getLoc(), FixupDiagnostic);
592 Ctx->reportError(Fixup.getLoc(), FixupDiagnostic);
602 Ctx->reportError(Fixup.getLoc(), FixupDiagnostic);
617 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
638 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
664 Ctx->reportError(Fixup.getLoc(), "invalid value for this fixup");
669 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value")
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp 58 throw TGError(TheDef->getLoc(), "Register " + getName() +
65 throw TGError(TheDef->getLoc(), "SubRegIndex " + Indices[i]->getName() +
99 throw TGError(TheDef->getLoc(), "Invalid dag '" +
104 throw TGError(TheDef->getLoc(), "Invalid SubClassIndex in " +
113 throw TGError(TheDef->getLoc(), "Invalid SubClassIndex in " +
118 throw TGError(TheDef->getLoc(), "Composite " + Pat->getAsString() +
169 throw TGError(Def->getLoc(), "SubRegIndices and SubRegs size mismatch");
171 throw TGError(Def->getLoc(), "Tuples must have at least 2 sub-registers");
207 Record *NewReg = new Record(Name, Def->getLoc(), Def->getRecords());
297 throw TGError(R->getLoc(), " AltOrder register " + Reg->getName()
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 126 assert(ios1.getloc().name() == LOCALE_fr_FR_UTF_8);
155 assert(ios2.getloc().name() == LOCALE_en_US_UTF_8);
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_bool.pass.cpp 144 ios.imbue(std::locale(ios.getloc(), new p1));
181 ios.imbue(std::locale(ios.getloc(), new p2));
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 65 SMLoc getLoc() const { return StartLoc; }
203 SrcMgr.PrintMessage(Tag.getLoc(), SourceMgr::DK_Error,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
206 SMLoc getLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
206 SMLoc getLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/MCParser/
MCAsmLexer.h 91 SMLoc getLoc() const;
215 SMLoc getLoc() const;

Completed in 865 milliseconds

1 2 3 4 5 6 7 891011>>