Searched refs:OS (Results 451 - 475 of 1115) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DChromeClientImplTest.cpp166 #if OS(MACOSX)
179 #if OS(MACOSX)
192 #if OS(MACOSX)
206 #if OS(MACOSX)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDataLog.cpp29 #if OS(POSIX)
/external/chromium_org/tools/clang/plugins/
H A DChromeClassTester.cpp234 llvm::raw_string_ostream OS(name_str);
236 OS << "<anonymous namespace>";
238 OS << *decl;
240 OS.str());
/external/chromium_org/v8/src/
H A Dv8.cc75 base::OS::Initialize(FLAG_random_seed, FLAG_hard_abort, FLAG_gc_fake_mmap);
/external/chromium_org/v8/test/cctest/
H A Dtest-platform.cc55 CHECK_EQ(0, result->Uint32Value() % v8::base::OS::ActivationFrameAlignment());
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h103 bool WriteFixedFile(FileID ID, raw_ostream &OS);
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h111 raw_ostream &print(raw_ostream &OS) const;
127 inline raw_ostream &operator<<(raw_ostream &OS, const BlockMass &X) { argument
128 return X.print(OS);
462 virtual raw_ostream &print(raw_ostream &OS) const { return OS; }
469 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockNode &Node) const;
470 raw_ostream &printBlockFreq(raw_ostream &OS,
917 raw_ostream &print(raw_ostream &OS) const override;
921 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockT *BB) const { argument
922 return BlockFrequencyInfoImplBase::printBlockFreq(OS, getNod
[all...]
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h329 void printOffset(int64_t Offset, raw_ostream &OS) const;
446 virtual void PrintSpecial(const MachineInstr *MI, raw_ostream &OS,
454 raw_ostream &OS);
462 raw_ostream &OS);
H A DMachineJumpTableInfo.h121 void print(raw_ostream &OS) const;
H A DMachinePostDominators.h82 void print(llvm::raw_ostream &OS, const Module *M = nullptr) const override;
/external/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h59 void dump(raw_ostream &OS, const DWARFUnit *U) const;
/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h51 virtual MCObjectWriter *createObjectWriter(raw_ostream &OS) const = 0;
H A DMCSectionCOFF.h75 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
H A DMCSectionELF.h81 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
H A DMCSectionMachO.h24 /// Mac OS X). On a Mac system, these are also described in
88 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
H A DMCValue.h57 /// print - Print the value to the stream \p OS.
58 void print(raw_ostream &OS, const MCAsmInfo *MAI) const;
/external/llvm/include/llvm/Object/
H A DIRObjectFile.h34 std::error_code printSymbolName(raw_ostream &OS,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h59 void PrintImpl(raw_ostream &OS) const override;
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h40 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override;
H A DMipsMCExpr.h49 void PrintImpl(raw_ostream &OS) const override;
H A DMipsMCTargetDesc.h58 MCObjectWriter *createMipsELFObjectWriter(raw_ostream &OS,
H A DMipsNaClELFStreamer.cpp39 MipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, argument
41 : MipsELFStreamer(Context, TAB, OS, Emitter, STI), PendingCall(false) {}
255 raw_ostream &OS,
259 MipsNaClELFStreamer *S = new MipsNaClELFStreamer(Context, TAB, OS, Emitter,
254 createMipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, MCCodeEmitter *Emitter, const MCSubtargetInfo &STI, bool RelaxAll, bool NoExecStack) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h64 void PrintImpl(raw_ostream &OS) const override;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h79 void PrintImpl(raw_ostream &OS) const override;
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h81 MCObjectWriter *createSystemZObjectWriter(raw_ostream &OS, uint8_t OSABI);

Completed in 432 milliseconds

<<11121314151617181920>>