Searched defs:Custom (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp32 CompileCustom, Custom enumerator in enum:__anon7120::OutputType
57 clEnumValN(Custom, "run-custom",
68 clEnumValN(Custom, "safe-run-custom",
208 case Custom:
288 case Custom:
/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertySlot.h44 Custom, enumerator in enum:JSC::PropertySlot::CachedPropertyType
142 m_cachedPropertyType = Custom;
219 ASSERT(m_cachedPropertyType == Custom);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h94 Custom // Use the LowerOperation hook to implement custom lowering. enumerator in enum:llvm::TargetLowering::LegalizeAction
263 /// of smaller integer type (return 'Expand'). 'Custom' is not an option.
383 getOperationAction(Op, VT) == Custom);
447 getIndexedLoadAction(IdxMode, VT) == Custom);
468 getIndexedStoreAction(IdxMode, VT) == Custom);
489 getCondCodeAction(CC, VT) == Custom;
/external/webkit/Source/WebCore/platform/
H A DCursor.h151 Custom enumerator in enum:WebCore::Cursor::Type

Completed in 120 milliseconds