| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| ContinuationRecordBuilder.cpp | 41 static inline TypeLeafKind getTypeLeafKind(ContinuationRecordKind CK) { 42 return (CK == ContinuationRecordKind::FieldList) ? LF_FIELDLIST
|
| /src/libexec/getty/ |
| gettytab.h | 153 #define CK gettyflags[8].value
|
| subr.c | 330 if (CK)
|
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| NeonEmitter.cpp | 320 ClassKind CK; 370 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, 372 : R(R), Name(Name.str()), OutTS(OutTS), InTS(InTS), CK(CK), Body(Body), 472 return CK; 480 std::string getInstTypeCode(Type T, ClassKind CK) const; 493 std::string mangleName(std::string Name, ClassKind CK) const; 950 std::string Intrinsic::getInstTypeCode(Type T, ClassKind CK) const { 954 if (CK == ClassB) 967 if (CK == ClassI) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| NullabilityChecker.cpp | 160 void reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error, CheckKind CK, 166 void reportBug(StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N, 169 const std::unique_ptr<BugType> &BT = getBugType(CK); 438 StringRef Msg, ErrorKind Error, CheckKind CK, ExplodedNode *N, 450 reportBug(Msg, Error, CK, N, Region, C.getBugReporter(), ValueExpr);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| SourceManager.h | 87 inline bool isSystem(CharacteristicKind CK) { 88 return CK != C_User && CK != C_User_ModuleMap; 92 inline bool isModuleMap(CharacteristicKind CK) { 93 return CK == C_User_ModuleMap || CK == C_System_ModuleMap;
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| ExprEngineCXX.cpp | 496 const CXXConstructExpr::ConstructionKind CK = 498 switch (CK) { 547 if (CK == CXXConstructExpr::CK_Delegating) { 551 bool IsVirtual = (CK == CXXConstructExpr::CK_VirtualBase);
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| CodeCompleteConsumer.cpp | 460 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK, 462 Chunks.push_back(Chunk(CK, Text));
|
| SemaExprCXX.cpp | 3846 ConditionKind CK) { 3848 CheckConditionVariable(cast<VarDecl>(ConditionVar), StmtLoc, CK); 3852 CK == ConditionKind::ConstexprIf); 3859 ConditionKind CK) { 3880 switch (CK) { 4271 CastKind CK; 4274 CK = CK_FloatingComplexCast; 4276 CK = CK_FloatingComplexToIntegralComplex; 4278 CK = CK_IntegralComplexToFloatingComplex; 4280 CK = CK_IntegralComplexCast [all...] |
| SemaExprObjC.cpp | 4650 CastKind CK; 4655 CK = CK_Dependent; 4658 CK = (T->isBlockPointerType() ? CK_AnyPointerToBlockPointerCast 4692 CK = CK_BitCast; 4736 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK,
|
| SemaExpr.cpp | 700 CastKind CK = T->isNullPtrType() ? CK_NullToPointer : CK_LValueToRValue; 701 Res = ImplicitCastExpr::Create(Context, T, CK, E, nullptr, VK_RValue, 3751 // operator "" X <'c1', 'c2', ... 'ck'>() 3752 // where n is the source character sequence c1 c2 ... ck. 7478 CastKind CK; 7488 CK = CK_IntegralToFloating; 7490 CK = CK_BooleanToSignedIntegral; 7494 CK = PrepareScalarCast(CastExprRes, DestElemTy); 7499 return ImpCastExprToType(SplattedExpr, DestElemTy, CK); 11208 CastKind CK = cast<CastExpr>(Inner)->getCastKind() [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| BodyFarm.cpp | 87 CastKind CK = CK_LValueToRValue); 167 CastKind CK) { 169 /* CastKind=*/CK,
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| MicrosoftCXXABI.cpp | 673 CastKind CK, CastExpr::path_const_iterator PathBegin, 686 CastKind CK, CastExpr::path_const_iterator PathBegin, 2833 CastKind CK = DerivedMember ? CK_DerivedToBaseMemberPointer 2835 C = EmitMemberPointerConversion(SrcTy, DstTy, CK, DerivedToBasePath.begin(), 3220 const MemberPointerType *SrcTy, const MemberPointerType *DstTy, CastKind CK, 3248 bool IsDerivedToBase = (CK == CK_DerivedToBaseMemberPointer); 3369 CastKind CK = E->getCastKind(); 3371 return EmitMemberPointerConversion(SrcTy, DstTy, CK, E->path_begin(), 3376 const MemberPointerType *SrcTy, const MemberPointerType *DstTy, CastKind CK, 3379 assert(CK == CK_DerivedToBaseMemberPointer | [all...] |
| CGExprComplex.cpp | 176 ComplexPairTy EmitCast(CastKind CK, Expr *Op, QualType DestTy); 456 ComplexPairTy ComplexExprEmitter::EmitCast(CastKind CK, Expr *Op, 458 switch (CK) {
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| RewriteModernObjC.cpp | 2661 CastKind CK = CK_BitCast; 2663 CK = CK_IntegralToBoolean; 2664 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr); 3416 CastKind CK = recExpr->getType()->isObjCObjectPointerType() 3422 CK, recExpr); 3447 CastKind CK; 3450 CK = CK_IntegralToBoolean; 3453 CK = CK_BlockPointerToObjCPointerCast; 3455 CK = CK_CPointerToObjCPointerCast; 3457 CK = CK_BitCast [all...] |
| RewriteObjC.cpp | 1693 CastKind CK = syncExpr->getType()->isObjCObjectPointerType() 1699 CK, syncExpr); 2846 CastKind CK = recExpr->getType()->isObjCObjectPointerType() 2852 CK, recExpr); 2877 CastKind CK; 2880 CK = CK_IntegralToBoolean; 2883 CK = CK_BlockPointerToObjCPointerCast; 2885 CK = CK_CPointerToObjCPointerCast; 2887 CK = CK_BitCast; 2890 CK = CK_BitCast [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParseExprCXX.cpp | 1943 Sema::ConditionKind CK, 1973 const auto WarnOnInit = [this, &CK] { 1977 << (CK == Sema::ConditionKind::Switch); 1995 << (CK == Sema::ConditionKind::Switch) 2000 return ParseCXXCondition(nullptr, Loc, CK); 2012 return ParseCXXCondition(nullptr, Loc, CK); 2015 return Actions.ActOnCondition(getCurScope(), Loc, Expr.get(), CK); 2024 return ParseCXXCondition(nullptr, Loc, CK); 2112 return Actions.ActOnConditionVariable(DeclOut, Loc, CK);
|
| ParseStmt.cpp | 1185 Sema::ConditionKind CK, 1192 Cond = ParseCXXCondition(InitStmt, Loc, CK); 1200 Cond = Actions.ActOnCondition(getCurScope(), Loc, CondExpr.get(), CK);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| CodeCompleteConsumer.h | 732 void AddChunk(CodeCompletionString::ChunkKind CK, const char *Text = "");
|
| Sema.h | 11250 ExprResult ImpCastExprToType(Expr *E, QualType Type, CastKind CK, 11837 Expr *SubExpr, ConditionKind CK); 11841 ConditionKind CK); 11847 ConditionKind CK);
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ExprObjC.h | 1639 CastKind CK, SourceLocation BridgeKeywordLoc, 1642 CK, Operand, 0, false, TSInfo),
|
| ExprCXX.h | 1583 void setConstructionKind(ConstructionKind CK) { 1584 CXXConstructExprBits.ConstructionKind = CK; 4888 BuiltinBitCastExpr(QualType T, ExprValueKind VK, CastKind CK, Expr *SrcExpr, 4891 : ExplicitCastExpr(BuiltinBitCastExprClass, T, VK, CK, SrcExpr, 0, false,
|
| /src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| Parser.h | 1975 Sema::ConditionKind CK, 2076 SourceLocation Loc, Sema::ConditionKind CK,
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| Decl.cpp | 1516 LVComputationKind CK(EK); 1518 ? CK.forLinkageOnly() 1519 : CK);
|
| ASTImporter.cpp | 7991 CastKind CK = E->getCastKind(); 7998 Importer.getToContext(), ToType, VK, CK, ToSubExpr, &(*ToBasePathOrErr), 8003 Importer.getToContext(), ToType, VK, CK, ToSubExpr, &(*ToBasePathOrErr), 8007 Importer.getToContext(), ToType, VK, CK, ToSubExpr, &(*ToBasePathOrErr),
|