| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DataExtractor.h | 38 inline uint24_t getSwappedBytes(uint24_t C) { in getSwappedBytes() 137 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } in getCStr() 171 StringRef getCStrRef(Cursor &C) const { in getCStrRef() 242 StringRef getBytes(Cursor &C, uint64_t Length) { in getBytes() 282 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() 335 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress() 362 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8() 401 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8() 420 int8_t getS8(Cursor &C) const { return static_cast<int8_t>(getU8(C)); } in getS8() 449 uint16_t getU16(Cursor &C) const { return getU16(&C.Offset, &C.Err); } in getU16() [all …]
|
| H A D | SwapByteOrder.h | 59 getSwappedBytes(unsigned char C) getSwappedBytes() argument 60 getSwappedBytes(signed char C) getSwappedBytes() argument 61 getSwappedBytes(char C) getSwappedBytes() argument 63 getSwappedBytes(unsigned short C) getSwappedBytes() argument 64 getSwappedBytes(signed short C) getSwappedBytes() argument 66 getSwappedBytes(unsigned int C) getSwappedBytes() argument 67 getSwappedBytes(signed int C) getSwappedBytes() argument 69 getSwappedBytes(unsigned long C) getSwappedBytes() argument 70 getSwappedBytes(signed long C) getSwappedBytes() argument 72 getSwappedBytes(unsigned long long C) getSwappedBytes() argument 73 getSwappedBytes(signed long long C) getSwappedBytes() argument 75 getSwappedBytes(float C) getSwappedBytes() argument 85 getSwappedBytes(double C) getSwappedBytes() argument 96 getSwappedBytes(T C) getSwappedBytes() argument [all...] |
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | avx10_2minmaxintrin.h | 17 #define _mm_minmax_pbh(A, B, C) \ argument 21 #define _mm_mask_minmax_pbh(W, U, A, B, C) \ argument 28 #define _mm_maskz_minmax_pbh(U, A, B, C) \ argument 35 #define _mm256_minmax_pbh(A, B, C) \ argument 39 #define _mm256_mask_minmax_pbh(W, U, A, B, C) \ argument 46 #define _mm256_maskz_minmax_pbh(U, A, B, C) \ argument 53 #define _mm_minmax_pd(A, B, C) \ argument 58 #define _mm_mask_minmax_pd(W, U, A, B, C) \ argument 63 #define _mm_maskz_minmax_pd(U, A, B, C) \ argument 68 #define _mm256_minmax_pd(A, B, C) \ argument [all …]
|
| H A D | avx10_2_512minmaxintrin.h | 17 #define _mm512_minmax_pbh(A, B, C) \ argument 21 #define _mm512_mask_minmax_pbh(W, U, A, B, C) \ argument 28 #define _mm512_maskz_minmax_pbh(U, A, B, C) \ argument 35 #define _mm512_minmax_pd(A, B, C) \ argument 41 #define _mm512_mask_minmax_pd(W, U, A, B, C) \ argument 46 #define _mm512_maskz_minmax_pd(U, A, B, C) \ argument 51 #define _mm512_minmax_round_pd(A, B, C, R) \ argument 56 #define _mm512_mask_minmax_round_pd(W, U, A, B, C, R) \ argument 61 #define _mm512_maskz_minmax_round_pd(U, A, B, C, R) \ argument 66 #define _mm512_minmax_ph(A, B, C) \ argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 20 bool OpenACCClauseWithParams::classof(const OpenACCClause *C) { in classof() 26 bool OpenACCClauseWithExprs::classof(const OpenACCClause *C) { in classof() 32 bool OpenACCClauseWithVarList::classof(const OpenACCClause *C) { in classof() 48 bool OpenACCClauseWithCondition::classof(const OpenACCClause *C) { in classof() 51 bool OpenACCClauseWithSingleIntExpr::classof(const OpenACCClause *C) { in classof() 59 OpenACCDefaultClause *OpenACCDefaultClause::Create(const ASTContext &C, in Create() 70 OpenACCIfClause *OpenACCIfClause::Create(const ASTContext &C, in Create() 90 OpenACCSelfClause *OpenACCSelfClause::Create(const ASTContext &C, in Create() 100 OpenACCSelfClause *OpenACCSelfClause::Create(const ASTContext &C, in Create() 173 OpenACCNumWorkersClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() [all …]
|
| H A D | StmtOpenMP.cpp | 262 OMPMetaDirective *OMPMetaDirective::Create(const ASTContext &C, in Create() 273 OMPMetaDirective *OMPMetaDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 282 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 292 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 301 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 327 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 337 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 398 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 408 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 420 OMPTileDirective *OMPTileDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() [all …]
|
| H A D | StmtOpenACC.cpp | 19 OpenACCComputeConstruct::CreateEmpty(const ASTContext &C, unsigned NumClauses) { in CreateEmpty() 28 const ASTContext &C, OpenACCDirectiveKind K, SourceLocation BeginLoc, in Create() 66 OpenACCLoopConstruct *OpenACCLoopConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() 76 const ASTContext &C, OpenACCDirectiveKind ParentKind, in Create() 88 OpenACCCombinedConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() 98 const ASTContext &C, OpenACCDirectiveKind DK, SourceLocation BeginLoc, in Create() 109 OpenACCDataConstruct *OpenACCDataConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() 119 OpenACCDataConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() 132 OpenACCEnterDataConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() 142 const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, in Create() [all …]
|
| H A D | DeclOpenMP.cpp | 28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() 38 OMPThreadPrivateDecl *OMPThreadPrivateDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 57 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, in Create() 66 OMPAllocateDecl *OMPAllocateDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 86 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create() 93 OMPRequiresDecl *OMPRequiresDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 115 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create() 122 OMPDeclareReductionDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID) { in CreateDeserialized() 145 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create() 152 OMPDeclareMapperDecl *OMPDeclareMapperDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() [all …]
|
| H A D | OpenMPClause.cpp | 58 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get() 63 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get() 183 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get() 188 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get() 303 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local 309 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local 315 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local 321 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local 327 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local 333 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local [all …]
|
| H A D | ExprConcepts.cpp | 30 const ASTContext &C, ConceptReference *Loc, in ConceptSpecializationExpr() 56 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create() 63 const ASTContext &C, ConceptReference *Loc, in ConceptSpecializationExpr() 83 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create() 114 RequiresExpr::RequiresExpr(ASTContext &C, SourceLocation RequiresKWLoc, in RequiresExpr() 160 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr() 167 ASTContext &C, SourceLocation RequiresKWLoc, RequiresExprBodyDecl *Body, in Create() 181 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | endianness.h | 101 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes() 102 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes() 103 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes() 105 inline unsigned short getSwappedBytes(unsigned short C) { in getSwappedBytes() 108 inline signed short getSwappedBytes(signed short C) { return ByteSwap_16(C); } in getSwappedBytes() 110 inline unsigned int getSwappedBytes(unsigned int C) { return ByteSwap_32(C); } in getSwappedBytes() 111 inline signed int getSwappedBytes(signed int C) { return ByteSwap_32(C); } in getSwappedBytes() 113 inline unsigned long getSwappedBytes(unsigned long C) { in getSwappedBytes() 118 inline signed long getSwappedBytes(signed long C) { in getSwappedBytes() 124 inline unsigned long long getSwappedBytes(unsigned long long C) { in getSwappedBytes() [all …]
|
| /freebsd/sbin/growfs/ |
| H A D | debug.h | 70 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M)) argument 71 #define DBG_DUMP_FS(F,C) dbg_dump_fs((F),(C)) argument 72 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument 73 #define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M)) argument 74 #define DBG_DUMP_INO(F,C,M) (F)->fs_magic == FS_UFS1_MAGIC \ argument 77 #define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L)) argument 78 #define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M)) argument 79 #define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M)) argument 80 #define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M)) argument 81 #define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M)) argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace() 91 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar() 94 static Cursor skipComment(Cursor C) { in skipComment() 104 static Cursor skipMachineOperandComment(Cursor C) { in skipMachineOperandComment() 118 static bool isIdentifierChar(char C) { in isIdentifierChar() 128 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local 154 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant() 168 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName() 296 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier() 308 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 97 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts() 197 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment() 261 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment() 266 const InlineCommandComment *C) { in visitInlineCommandComment() 310 const HTMLStartTagComment *C) { in visitHTMLStartTagComment() 315 const HTMLEndTagComment *C) { in visitHTMLEndTagComment() 320 const ParagraphComment *C) { in visitParagraphComment() 333 const BlockCommandComment *C) { in visitBlockCommandComment() 353 const ParamCommandComment *C) { in visitParamCommandComment() 385 const TParamCommandComment *C) { in visitTParamCommandComment() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 418 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerPeepholeEPCallback() 432 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback() 442 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLoopOptimizerEndEPCallback() 452 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerScalarOptimizerLateEPCallback() 463 const std::function<void(CGSCCPassManager &, OptimizationLevel)> &C) { in registerCGSCCOptimizerLateEPCallback() 474 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerVectorizerStartEPCallback() 485 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerVectorizerEndEPCallback() 495 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineStartEPCallback() 505 ThinOrFullLTOPhase)> &C) { in registerPipelineEarlySimplificationEPCallback() 515 ThinOrFullLTOPhase Phase)> &C) { in registerOptimizerEarlyEPCallback() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 39 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType() 126 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy() 281 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy() 282 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() 283 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy() 284 Type *Type::getBFloatTy(LLVMContext &C) { return &C.pImpl->BFloatTy; } in getBFloatTy() 285 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() 286 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy() 287 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy() 288 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 68 static bool classof(const OpenACCClause *C) { in classof() 90 static bool classof(const OpenACCClause *C) { in classof() 112 static bool classof(const OpenACCClause *C) { in classof() 134 static bool classof(const OpenACCClause *C) { in classof() 155 static bool classof(const OpenACCClause *C) { in classof() 176 static bool classof(const OpenACCClause *C) { in classof() 228 static bool classof(const OpenACCClause *C) { in classof() 300 static bool classof(const OpenACCClause *C) { in classof() 338 static bool classof(const OpenACCClause *C) { in classof() 394 static bool classof(const OpenACCClause *C) { in classof() [all …]
|
| H A D | ASTUnresolvedSet.h | 45 ASTUnresolvedSet(ASTContext &C, unsigned N) : Decls(C, N) {} in ASTUnresolvedSet() 56 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { in addDecl() 60 void addLazyDecl(ASTContext &C, GlobalDeclID ID, AccessSpecifier AS) { in addLazyDecl() 89 void reserve(ASTContext &C, unsigned N) { in reserve() 93 void append(ASTContext &C, iterator I, iterator E) { in append() 109 ASTUnresolvedSet &get(ASTContext &C) const { in get() 115 void reserve(ASTContext &C, unsigned N) { Impl.reserve(C, N); } in reserve() 117 void addLazyDecl(ASTContext &C, GlobalDeclID ID, AccessSpecifier AS) { in addLazyDecl()
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ctype.h | 36 #define iscntrl(C) (uchar(C) <= 0x1f || uchar(C) == 0x7f) argument 37 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) argument 38 #define ispunct(C) \ argument 43 #define isspace(C) ((C) == 0x20 || ((C) >= 0x9 && (C) <= 0xD)) argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallVectorExtras.h | 24 auto filter_to_vector(ContainerTy &&C, PredicateFn &&Pred) { in filter_to_vector() 31 auto filter_to_vector(ContainerTy &&C, PredicateFn &&Pred) { in filter_to_vector() 38 auto map_to_vector(ContainerTy &&C, FuncTy &&F) { in map_to_vector() 45 auto map_to_vector(ContainerTy &&C, FuncTy &&F) { in map_to_vector()
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_rwcohort.h | 45 #define CK_RWCOHORT_WP_READ_LOCK(N, RW, C, GC, LC) \ argument 47 #define CK_RWCOHORT_WP_READ_UNLOCK(N, RW, C, GC, LC) \ argument 49 #define CK_RWCOHORT_WP_WRITE_LOCK(N, RW, C, GC, LC) \ argument 51 #define CK_RWCOHORT_WP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument 149 #define CK_RWCOHORT_RP_READ_LOCK(N, RW, C, GC, LC) \ argument 151 #define CK_RWCOHORT_RP_READ_UNLOCK(N, RW, C, GC, LC) \ argument 153 #define CK_RWCOHORT_RP_WRITE_LOCK(N, RW, C, GC, LC) \ argument 155 #define CK_RWCOHORT_RP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument 250 #define CK_RWCOHORT_NEUTRAL_READ_LOCK(N, RW, C, GC, LC) \ argument 252 #define CK_RWCOHORT_NEUTRAL_READ_UNLOCK(N, RW, C, GC, LC) \ argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DJB.cpp | 22 UTF32 C; in chopOneUTF32() local 37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() 51 static UTF32 foldCharDwarf(UTF32 C) { in foldCharDwarf() 63 for (unsigned char C : Buffer) { in fastCaseFoldingDjbHash() local 78 UTF32 C = foldCharDwarf(chopOneUTF32(Buffer)); in caseFoldingDjbHash() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UnixAPIChecker.cpp | 127 SVal PtrVal, const Expr *PtrExpr, CheckerContext &C, ProgramStateRef State, in EnsurePtrNotNull() 182 void UnixAPIMisuseChecker::ReportOpenBug(CheckerContext &C, in ReportOpenBug() 195 void UnixAPIMisuseChecker::CheckOpen(CheckerContext &C, in CheckOpen() 200 void UnixAPIMisuseChecker::CheckOpenAt(CheckerContext &C, in CheckOpenAt() 205 void UnixAPIMisuseChecker::CheckOpenVariant(CheckerContext &C, in CheckOpenVariant() 315 const Expr *SizePtrExpr, CheckerContext &C, ProgramStateRef State) const { in EnsureGetdelimBufferAndSizeCorrect() 381 void UnixAPIMisuseChecker::CheckGetDelimOrGetline(CheckerContext &C, in CheckGetDelimOrGetline() 414 void UnixAPIMisuseChecker::CheckPthreadOnce(CheckerContext &C, in CheckPthreadOnce() 476 CheckerContext &C, in ReportZeroByteAllocation() 499 void UnixAPIPortabilityChecker::BasicAllocationCheck(CheckerContext &C, in BasicAllocationCheck() [all …]
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | mpidebug.h | 192 #define smTraceState(L,S,C,T) siTraceState(agRoot,L,S,C,T) argument 193 #define smTraceChipState(L,C,T) siTraceState(agRoot,L,fiTraceSmChip,C,T) argument 194 #define smTraceFabricState(L,C,T) siTraceState(agRoot,L,fiTraceSmFabr,C,T) argument 195 #define smTracePortState(L,C,T) siTraceState(agRoot,L,fiTraceSmPort,C,T) argument 196 #define smTraceLoginState(L,C,T) siTraceState(agRoot,L,fiTraceSmLogin,C,T) argument 197 #define smTraceXchgState(L,C,T) siTraceState(agRoot,L,fiTraceSmXchg,C,T) argument 198 #define smTraceDiscFabState(L,C,T) siTraceState(agRoot,L,fiTraceDiscFab,C,T) argument 199 #define smTraceDiscLoopState(L,C,T) siTraceState(agRoot,L,fiTraceDiscLoop,C,T) argument 200 #define smTraceFc2State(L,C,T) siTraceState(agRoot,L,fiTraceFc2,C,T) argument 201 #define smTraceScsiTgtState(L,C,T) siTraceState(agRoot,L,fiTraceTgtState,C,T) argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | RustDemangle.cpp | 170 static inline bool isDigit(const char C) { return '0' <= C && C <= '9'; } in isDigit() 172 static inline bool isHexDigit(const char C) { in isHexDigit() 176 static inline bool isLower(const char C) { return 'a' <= C && C <= 'z'; } in isLower() 178 static inline bool isUpper(const char C) { return 'A' <= C && C <= 'Z'; } in isUpper() 181 static inline bool isValid(const char C) { in isValid() 386 static bool parseBasicType(char C, BasicType &Type) { in parseBasicType() 544 char C = consume(); in demangleType() local 638 for (char C : Ident.Name) { in demangleFnSig() local 732 char C = consume(); in demangleConst() local 834 char C = CodePoint; in demangleConstChar() local [all …]
|