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

/external/clang/lib/Basic/
H A DDiagnostic.cpp362 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { argument
366 if (Force) {
389 if (!Force && DelayedDiagID && DelayedDiagID != DiagID)
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp324 unsigned CGDebugInfo::getColumnNumber(SourceLocation Loc, bool Force) { argument
326 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo)
H A DItaniumCXXABI.cpp2431 /// \param Force - true to force the creation of this RTTI value
2432 llvm::Constant *BuildTypeInfo(QualType Ty, bool Force = false);
2862 llvm::Constant *ItaniumRTTIBuilder::BuildTypeInfo(QualType Ty, bool Force) { argument
2881 if (!Force && (IsStdLib || ShouldUseExternalRTTIDescriptor(CGM, Ty)))
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp914 Hint Force; member in class:__anon13026::LoopVectorizeHints
930 Force("vectorize.enable", FK_Undefined, HK_FORCE),
988 if (Force.Value == LoopVectorizeHints::FK_Disabled)
992 if (Force.Value == LoopVectorizeHints::FK_Enabled) {
993 R << " (Force=true";
1007 enum ForceKind getForce() const { return (ForceKind)Force.Value; }
1077 Hint *Hints[] = {&Width, &Interleave, &Force};
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 99 milliseconds