Searched refs:Mode (Results 1 - 25 of 173) sorted by relevance

1234567

/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetSubtargetInfo.cpp27 AntiDepBreakMode& Mode,
29 Mode = ANTIDEP_NONE;
25 enablePostRAScheduler( CodeGenOpt::Level OptLevel, AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGArithMode.h33 // Arith::Mode describes the mode of an arithmetic operation that speculates integer.
36 enum Mode { enum in namespace:JSC::DFG::Arith
45 inline bool doesOverflow(Arith::Mode mode)
66 inline bool shouldCheckOverflow(Arith::Mode mode)
83 inline bool shouldCheckNegativeZero(Arith::Mode mode)
100 inline bool subsumes(Arith::Mode earlier, Arith::Mode later)
130 void printInternal(PrintStream&, JSC::DFG::Arith::Mode);
H A DDFGArithMode.cpp36 void printInternal(PrintStream& out, JSC::DFG::Arith::Mode mode)
/macosx-10.10/llvmCore-3425.0.34/include/llvm-c/
H A DLinker.h36 LLVMLinkerMode Mode, char **OutMessage);
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DAbstractPC.h68 enum Mode { None, JIT, Interpreter }; enum in class:JSC::AbstractPC
69 Mode m_mode;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DPagination.h32 enum Mode { Unpaginated, LeftToRightPaginated, RightToLeftPaginated, TopToBottomPaginated, BottomToTopPaginated }; enum in struct:WebCore::Pagination
52 Mode mode;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DInbandTextTrackPrivate.h48 enum Mode { enum in class:WebCore::InbandTextTrackPrivate
53 virtual void setMode(Mode mode) { m_mode = mode; };
54 virtual InbandTextTrackPrivate::Mode mode() const { return m_mode; }
92 Mode m_mode;
/macosx-10.10/JavaScriptCore-7600.1.17/tools/
H A DCodeProfiling.h42 enum Mode { enum in class:JSC::CodeProfiling
77 static Mode s_mode;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUSubtarget.cpp51 TargetSubtargetInfo::AntiDepBreakMode& Mode,
53 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
49 enablePostRAScheduler( CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
H A DSPUSubtarget.h92 TargetSubtargetInfo::AntiDepBreakMode& Mode,
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeSubtarget.cpp50 TargetSubtargetInfo::AntiDepBreakMode& Mode,
52 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
49 enablePostRAScheduler(CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
H A DMBlazeSubtarget.h58 TargetSubtargetInfo::AntiDepBreakMode& Mode,
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketHandshake.h51 enum Mode { enum in class:WebCore::WebSocketHandshake
76 Mode mode() const;
108 Mode m_mode;
/macosx-10.10/WebCore-7600.1.25/css/
H A DElementRuleCollector.h52 , m_mode(SelectorChecker::Mode::ResolvingStyle)
62 void setMode(SelectorChecker::Mode mode) { m_mode = mode; }
100 SelectorChecker::Mode m_mode;
H A DSelectorChecker.h50 enum class Mode : unsigned char { class in class:WebCore::SelectorChecker
54 SelectorChecker(Document&, Mode);
105 Mode m_mode;
H A DSelectorChecker.cpp135 SelectorChecker::SelectorChecker(Document& document, Mode mode)
150 if (m_mode == Mode::ResolvingStyle && pseudoId < FIRST_INTERNAL_PSEUDOID)
154 return m_mode == Mode::SharingRules || m_mode == Mode::StyleInvalidation;
179 } else if (m_mode != Mode::StyleInvalidation)
182 if ((!context.elementStyle && m_mode == Mode::ResolvingStyle) || m_mode == Mode::QueryingRules)
186 PseudoId pseudoId = m_mode == Mode::StyleInvalidation ? NOPSEUDO : CSSSelector::pseudoId(context.selector->pseudoElementType());
242 if (m_mode == Mode::ResolvingStyle) {
254 if (m_mode == Mode
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsSubtarget.cpp66 TargetSubtargetInfo::AntiDepBreakMode &Mode,
68 Mode = TargetSubtargetInfo::ANTIDEP_NONE;
65 enablePostRAScheduler(CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode &Mode, RegClassVector &CriticalPathRCs) const argument
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLMetaCharsetParser.h59 enum Mode { enum in class:WebCore::HTMLMetaCharsetParser
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEBlendElement.h71 DECLARE_ANIMATED_ENUMERATION(Mode, mode, BlendMode)
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetSubtargetInfo.h63 AntiDepBreakMode& Mode,
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCSubtarget.cpp112 TargetSubtargetInfo::AntiDepBreakMode& Mode,
121 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
110 enablePostRAScheduler( CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/ftp/
H A Dftp_lib.tcl374 if {$ftp(Mode) == "passive"} {
384 if {$ftp(Mode) == "passive"} {
412 if {$ftp(Mode) == "passive"} {
422 if {$ftp(Mode) == "passive"} {
438 if { $ftp(Mode) == "passive" } {
629 if {$ftp(Mode) == "passive"} {
639 if {$ftp(Mode) == "passive"} {
655 if {$ftp(Mode) == "passive"} {
695 if {$ftp(Mode) == "passive"} {
705 if {$ftp(Mode)
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DPathV2.inc720 switch (Mode) {
743 switch (Mode) {
787 : Mode(mode)
802 Mode == readonly ? GENERIC_READ
804 Mode == readonly ? FILE_SHARE_READ
807 Mode == readonly ? OPEN_EXISTING
809 Mode == readonly ? FILE_ATTRIBUTE_READONLY
831 : Mode(mode)
866 : Mode(other.Mode)
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dopenat.h82 # define openat_permissive(Fd, File, Flags, Mode, Cwd_errno) \
83 openat (Fd, File, Flags, Mode)
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMSubtarget.cpp199 TargetSubtargetInfo::AntiDepBreakMode& Mode,
201 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
197 enablePostRAScheduler( CodeGenOpt::Level OptLevel, TargetSubtargetInfo::AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument

Completed in 416 milliseconds

1234567