Home
last modified time | relevance | path

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

/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/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()