HomeSort by: relevance | last modified time | path
    Searched refs:Indeterminate (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 130 /// This object has an indeterminate value (C++ [basic.indet]).
131 Indeterminate,
360 Result.Kind = Indeterminate;
368 if (Kind != None && Kind != Indeterminate)
390 bool isIndeterminate() const { return Kind == Indeterminate; }
391 bool hasValue() const { return Kind != None && Kind != Indeterminate; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 314 case Indeterminate:
393 if (Kind != None && Kind != Indeterminate)
432 case Indeterminate:
487 case Indeterminate:
646 case APValue::Indeterminate:
1049 case APValue::Indeterminate:
TextNodeDumper.cpp 370 case APValue::Indeterminate:
442 case APValue::Indeterminate:
443 OS << "Indeterminate";
Expr.cpp 257 case APValue::Indeterminate:
374 if (ConstantExprBits.APValueKind == APValue::Indeterminate)
ItaniumMangle.cpp 5382 case APValue::Indeterminate:
5494 case APValue::Indeterminate:
MicrosoftMangle.cpp 1664 case APValue::Indeterminate:
ExprConstant.cpp 1483 /// Is this kind of axcess valid on an indeterminate object value?
2470 case APValue::Indeterminate:
3617 // Reading an indeterminate value is undefined, but assigning over one is OK.
5855 // * All scalar subobjects whose lifetimes begin have indeterminate values
6360 // as indeterminate instead?
6806 // As a special case, nullptr_t has an indeterminate value.
6812 case APValue::Indeterminate:
6998 // indeterminate value.
8217 // FIXME: Is it possible for V to be indeterminate here? If so, we should
ASTImporter.cpp 9154 case APValue::Indeterminate:
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
morestack.S 124 # %r7-%r10: Indeterminate.
126 # %r12-%r13: Indeterminate.
321 # %r7-%r10: Indeterminate.
323 # %r12-%r13: Indeterminate.
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
morestack.S 124 # %r7-%r10: Indeterminate.
126 # %r12-%r13: Indeterminate.
321 # %r7-%r10: Indeterminate.
323 # %r12-%r13: Indeterminate.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 2038 case APValue::Indeterminate:
2039 // Out-of-lifetime and indeterminate values can be modeled as 'undef'.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 6972 case APValue::Indeterminate:

Completed in 173 milliseconds