Home
last modified time | relevance | path

Searched refs:kw_true (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h60 kw_true, enumerator
Dhlo_lexer.cc494 return "kw_true";
Dhlo_parser.cc1907 if (lexer_.GetKind() == TokKind::kw_true) { in ParseParameterReplication()
2280 case TokKind::kw_true: in ParseDenseLiteral()
2288 if (lexer_.GetKind() == TokKind::kw_true || in ParseDenseLiteral()
2291 lexer_.GetKind() == TokKind::kw_true, in ParseDenseLiteral()
2362 if (lexer_.GetKind() == TokKind::kw_true || in ParseSparseLiteral()
2364 bool value = lexer_.GetKind() == TokKind::kw_true; in ParseSparseLiteral()
3923 if (lexer_.GetKind() != TokKind::kw_true && in ParseBool()
3927 *result = lexer_.GetKind() == TokKind::kw_true; in ParseBool()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLToken.h35 kw_true, kw_false, enumerator
DLLParser.cpp1922 case lltok::kw_true: in ParseValID()
2994 case lltok::kw_true: P = CmpInst::FCMP_TRUE; break; in ParseCmpPredicate()
/external/llvm/lib/AsmParser/
DLLToken.h41 kw_true, enumerator
DLLParser.cpp2709 case lltok::kw_true: in ParseValID()
3644 case lltok::kw_true: in ParseMDField()
5067 case lltok::kw_true: P = CmpInst::FCMP_TRUE; break; in ParseCmpPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLToken.h42 kw_true, enumerator
DLLParser.cpp2985 case lltok::kw_true: in ParseValID()
4023 case lltok::kw_true: in ParseMDField()
5572 case lltok::kw_true: P = CmpInst::FCMP_TRUE; break; in ParseCmpPredicate()
/external/clang/lib/Lex/
DPPExpressions.cpp240 II->getTokenID() != tok::kw_true && in EvaluateValue()
243 Result.Val = II->getTokenID() == tok::kw_true; in EvaluateValue()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp1014 return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_true); in BuildEmptyCXXFoldExpr()
DSemaExprCXX.cpp629 assert((Kind == tok::kw_true || Kind == tok::kw_false) && in ActOnCXXBoolLiteral()
632 CXXBoolLiteralExpr(Kind == tok::kw_true, Context.BoolTy, OpLoc); in ActOnCXXBoolLiteral()
DSemaExprObjC.cpp370 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()
/external/clang/lib/Format/
DTokenAnnotator.cpp1275 PrevToken->isOneOf(tok::r_paren, tok::r_square, tok::kw_true, in determineStarAmpUsage()
1278 NextToken->isOneOf(tok::kw_true, tok::kw_false) || in determineStarAmpUsage()
1995 tok::kw_true, tok::kw_false)) in spaceRequiredBetween()
/external/clang/lib/Parse/
DParseTentative.cpp990 case tok::kw_true: in isExpressionOrTypeSpecifierSimple()
DParseObjc.cpp1097 case tok::kw_true: in ParseObjCSelectorPiece()
2831 case tok::kw_true: // Objective-C++, etc. in ParseObjCAtExpression()
DParseExpr.cpp750 case tok::kw_true: in ParseCastExpression()