Home
last modified time | relevance | path

Searched refs:kw_false (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h61 kw_false, enumerator
Dhlo_lexer.cc496 return "kw_false";
Dhlo_parser.cc1909 } else if (lexer_.GetKind() == TokKind::kw_false) { in ParseParameterReplication()
2281 case TokKind::kw_false: in ParseDenseLiteral()
2289 lexer_.GetKind() == TokKind::kw_false) { in ParseDenseLiteral()
2363 lexer_.GetKind() == TokKind::kw_false) { in ParseSparseLiteral()
3924 lexer_.GetKind() != TokKind::kw_false) { in ParseBool()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLToken.h35 kw_true, kw_false, enumerator
DLLParser.cpp1926 case lltok::kw_false: in ParseValID()
2995 case lltok::kw_false: P = CmpInst::FCMP_FALSE; break; in ParseCmpPredicate()
/external/llvm/lib/AsmParser/
DLLToken.h42 kw_false, enumerator
DLLParser.cpp2713 case lltok::kw_false: in ParseValID()
3647 case lltok::kw_false: in ParseMDField()
5068 case lltok::kw_false: P = CmpInst::FCMP_FALSE; break; in ParseCmpPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLToken.h43 kw_false, enumerator
DLLParser.cpp2989 case lltok::kw_false: in ParseValID()
4026 case lltok::kw_false: in ParseMDField()
5573 case lltok::kw_false: P = CmpInst::FCMP_FALSE; break; in ParseCmpPredicate()
/external/clang/lib/Lex/
DPPExpressions.cpp241 II->getTokenID() != tok::kw_false) in EvaluateValue()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp1012 return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_false); in BuildEmptyCXXFoldExpr()
DSemaExprObjC.cpp370 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()
DSemaExprCXX.cpp629 assert((Kind == tok::kw_true || Kind == tok::kw_false) && in ActOnCXXBoolLiteral()
/external/clang/lib/Format/
DTokenAnnotator.cpp1276 tok::kw_false, tok::r_brace) || in determineStarAmpUsage()
1278 NextToken->isOneOf(tok::kw_true, tok::kw_false) || in determineStarAmpUsage()
1995 tok::kw_true, tok::kw_false)) in spaceRequiredBetween()
DUnwrappedLineParser.cpp589 FormatTok->Tok.is(tok::kw_false); in parsePPIf()
/external/clang/lib/Parse/
DParseTentative.cpp983 case tok::kw_false: in isExpressionOrTypeSpecifierSimple()
DParseObjc.cpp1067 case tok::kw_false: in ParseObjCSelectorPiece()
2834 case tok::kw_false: // Objective-C++, etc. in ParseObjCAtExpression()
DParseExpr.cpp751 case tok::kw_false: in ParseCastExpression()
/external/clang/include/clang/Sema/
DSema.h4394 tok::kw_false).get(); in getExceptionSpec()