Searched defs:Force (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Basic/
H A DDiagnostic.cpp347 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { argument
351 if (Force) {
374 if (!Force && DelayedDiagID && DelayedDiagID != DiagID)
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp290 unsigned CGDebugInfo::getColumnNumber(SourceLocation Loc, bool Force) { argument
292 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo)
H A DItaniumCXXABI.cpp2067 /// \param Force - true to force the creation of this RTTI value
2068 llvm::Constant *BuildTypeInfo(QualType Ty, bool Force = false);
2472 llvm::Constant *ItaniumRTTIBuilder::BuildTypeInfo(QualType Ty, bool Force) { argument
2493 if (!Force && (IsStdLib || ShouldUseExternalRTTIDescriptor(CGM, Ty)))
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyleConstants.h44 Force, enumerator in enum:blink::StyleRecalcChange
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp934 Force(FK_Undefined),
985 switch (Force) {
1007 enum ForceKind getForce() const { return Force; }
1070 Force = Val == 1 ? LoopVectorizeHints::FK_Enabled
1084 enum ForceKind Force; member in class:__anon26368::LoopVectorizeHints

Completed in 359 milliseconds