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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 247 assert((Kind == ConstantExpr::RSK_APValue ||
264 return ConstantExpr::RSK_APValue;
272 return ConstantExpr::RSK_APValue;
285 if (StorageKind == ConstantExpr::RSK_APValue)
296 StorageKind == ConstantExpr::RSK_APValue,
314 if (StorageKind == ConstantExpr::RSK_APValue)
323 StorageKind == ConstantExpr::RSK_APValue,
341 case RSK_APValue:
354 case ConstantExpr::RSK_APValue:
367 case ConstantExpr::RSK_APValue
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 1034 enum ResultStorageKind { RSK_None, RSK_Int64, RSK_APValue };
1038 return ConstantExprBits.ResultKind == ConstantExpr::RSK_APValue;
1053 assert(ConstantExprBits.ResultKind == ConstantExpr::RSK_APValue &&
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 570 case ConstantExpr::RSK_APValue:
ASTWriterStmt.cpp 572 case ConstantExpr::RSK_APValue:

Completed in 43 milliseconds