Home
last modified time | relevance | path

Searched refs:Warned (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DIntrinsicLowering.h30 bool Warned; variable
33 TD(td), Warned(false) {} in IntrinsicLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIntrinsicLowering.h29 bool Warned; variable
32 explicit IntrinsicLowering(const DataLayout &DL) : DL(DL), Warned(false) {} in IntrinsicLowering()
/external/llvm/include/llvm/CodeGen/
DIntrinsicLowering.h29 bool Warned; variable
32 explicit IntrinsicLowering(const DataLayout &DL) : DL(DL), Warned(false) {} in IntrinsicLowering()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoLoader.h38 bool Warned; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp89 M(TheModule), Warned(false) { in ProfileInfoLoader()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIntrinsicLowering.cpp417 if (!Warned) in LowerIntrinsicCall()
421 Warned = true; in LowerIntrinsicCall()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp417 if (!Warned) in LowerIntrinsicCall()
421 Warned = true; in LowerIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIntrinsicLowering.cpp414 if (!Warned) in LowerIntrinsicCall()
418 Warned = true; in LowerIntrinsicCall()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1104 bool Warned = false; in HelperToDiagnoseMismatchedMethodsInGlobalPool() local
1113 if (!Warned) { in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1114 Warned = true; in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1125 return Warned; in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1136 bool Warned = false; in DiagnoseMismatchedSelectors() local
1143 Warned = true; in DiagnoseMismatchedSelectors()
1148 Method, ClsMethList) || Warned) in DiagnoseMismatchedSelectors()