Searched refs:isUnknown (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DDebugLoc.h69 /// isUnknown - Return true if this is an unknown location.
70 bool isUnknown() const { return ScopeIdx == 0; } function in class:llvm::DebugLoc
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp58 if (V.isUnknown())
H A DVLASizeChecker.cpp103 if (sizeV.isUnknown())
H A DCStringChecker.cpp648 if (strLength.isUnknown())
1221 if (result.isUnknown()) {
1248 if (result.isUnknown()) {
1254 assert(!result.isUnknown() && "Should have conjured a value by now");
1446 if (amountCopied.isUnknown() && !isAppending) {
1518 if (finalStrLength.isUnknown()) {
1631 if (returnEnd && Result.isUnknown()) {
1844 assert(SearchStrVal.isUnknown());
/freebsd-10-stable/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp60 if (!IDL.isUnknown()) {
82 if (!DL.isUnknown()) {
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDebugLoc.cpp101 if (isUnknown()) return 0;
105 assert(Scope && "If scope is null, this should be isUnknown()");
135 if (!isUnknown()) {
140 if (!InlinedAtDL.isUnknown()) {
H A DDebugInfo.cpp1380 if (!DL.isUnknown()) { // Print source line info.
1389 if (!InlinedAtDL.isUnknown()) {
1404 if (!InlinedAtDL.isUnknown()) {
1473 if (!BI->getDebugLoc().isUnknown()) {
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp73 if (MIDL.isUnknown()) {
106 if (RangeBeginMI && PrevMI && !PrevDL.isUnknown()) {
305 if (IDL.isUnknown())
H A DMachineInstr.cpp830 if (!getDebugLoc().isUnknown() && !Other->getDebugLoc().isUnknown()
1389 if (!DL.isUnknown()) { // Print source line info.
1402 if (!InlinedAtDL.isUnknown()) {
1620 if (!InlinedAtDL.isUnknown()) {
1626 } else if (!debugLoc.isUnknown() && MF) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp48 if (RightV.isUnknown()) {
72 RightV.isUnknown()) {
78 LeftV.isUnknown()) {
87 if (Result.isUnknown()) {
150 if (Result.isUnknown()) {
361 if (val.isUnknown()) {
483 if (InitVal.isUnknown()) {
920 if (Result.isUnknown()){
H A DCallEvent.cpp300 if (!ArgVal.isUnknown()) {
497 if (!ThisVal.isUnknown()) {
517 if (!ThisVal.isUnknown())
599 if (!ThisVal.isUnknown()) {
900 if (!SelfVal.isUnknown()) {
H A DEnvironment.cpp112 if (V.isUnknown()) {
H A DSValBuilder.cpp339 if (lhs.isUnknown() || rhs.isUnknown())
H A DProgramState.cpp309 if (Idx.isUnknown() || UpperBound.isUnknown())
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h117 inline bool isUnknown() const { function in class:clang::ento::SVal
239 bool isUnknown() const LLVM_DELETED_FUNCTION;
259 return !V.isUnknown();
H A DProgramState.h636 if (Cond.isUnknown())
645 if (Cond.isUnknown())
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h149 /// isUnknown - Return true if this MemDepResult represents a query which
151 bool isUnknown() const { function in class:llvm::MemDepResult
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInstruction.h129 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DMemDepPrinter.cpp71 assert(dep.isUnknown() && "unexptected dependence type");
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp134 assert(!FirstLoc.isUnknown()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp121 assert(!FirstLoc.isUnknown()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp471 if (TheCallDL.isUnknown())
478 if (!DL.isUnknown()) {
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp104 if (!I->getDebugLoc().isUnknown()) {
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp159 !DI->getDebugLoc().isUnknown()) {
H A DSelectionDAGDumper.cpp505 if (G && !dl.isUnknown()) {

Completed in 284 milliseconds

12