Home
last modified time | relevance | path

Searched defs:C (Results 1 – 25 of 1173) sorted by relevance

12345678910>>...47

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h31 inline unsigned char getSwappedBytes(unsigned char C) { return llvm::byteswap(C); } in getSwappedBytes()
32 inline signed char getSwappedBytes( signed char C) { return llvm::byteswap(C); } in getSwappedBytes()
33 inline char getSwappedBytes( char C) { return llvm::byteswap(C); } in getSwappedBytes()
35 inline unsigned short getSwappedBytes(unsigned short C) { return llvm::byteswap(C); } in getSwappedBytes()
36 inline signed short getSwappedBytes( signed short C) { return llvm::byteswap(C); } in getSwappedBytes()
38 inline unsigned int getSwappedBytes(unsigned int C) { return llvm::byteswap(C); } in getSwappedBytes()
39 inline signed int getSwappedBytes( signed int C) { return llvm::byteswap(C); } in getSwappedBytes()
41 inline unsigned long getSwappedBytes(unsigned long C) { return llvm::byteswap(C); } in getSwappedBytes()
47 inline float getSwappedBytes(float C) { in getSwappedBytes()
51 inline double getSwappedBytes(double C) { in getSwappedBytes()
[all …]
H A DDataExtractor.h37 inline uint24_t getSwappedBytes(uint24_t C) { in getSwappedBytes()
136 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } in getCStr()
169 StringRef getCStrRef(Cursor &C) const { in getCStrRef()
239 StringRef getBytes(Cursor &C, uint64_t Length) { in getBytes()
279 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned()
359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8()
433 uint16_t getU16(Cursor &C) const { return getU16(&C.Offset, &C.Err); } in getU16()
486 uint32_t getU24(Cursor &C) const { return getU24(&C.Offset, &C.Err); } in getU24()
658 bool eof(const Cursor &C) const { return size() == C.Offset; } in eof()
693 static uint64_t &getOffset(Cursor &C) { return C.Offset; } in getOffset()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dendianness.h101 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()
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()
127 inline signed long long getSwappedBytes(signed long long C) { in getSwappedBytes()
[all …]
/freebsd/sbin/growfs/
H A Ddebug.h123 #define DBG_DUMP_HEX(F,C,M) argument
124 #define DBG_DUMP_FS(F,C) argument
125 #define DBG_DUMP_CG(F,C,M) argument
126 #define DBG_DUMP_CSUM(F,C,M) argument
127 #define DBG_DUMP_INO(F,C,M) argument
129 #define DBG_DUMP_INMAP(F,C,M) argument
130 #define DBG_DUMP_FRMAP(F,C,M) argument
131 #define DBG_DUMP_CLMAP(F,C,M) argument
132 #define DBG_DUMP_CLSUM(F,C,M) argument
140 #define DBG_PRINT2(A,B,C) argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace()
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
397 static Cursor maybeLexIRBlock(Cursor C, MIToken &Token, in maybeLexIRBlock()
407 static Cursor maybeLexIRValue(Cursor C, MIToken &Token, in maybeLexIRValue()
437 static bool isRegisterChar(char C) { in isRegisterChar()
548 static bool isValidHexFloatingPointPrefix(char C) { in isValidHexFloatingPointPrefix()
615 static Cursor maybeLexExclaim(Cursor C, MIToken &Token, in maybeLexExclaim()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp262 OMPMetaDirective *OMPMetaDirective::Create(const ASTContext &C, in Create()
584 const ASTContext &C, const DeclarationNameInfo &Name, in Create()
680 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
698 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
714 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
732 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
970 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1205 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1250 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1750 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
[all …]
H A DDeclOpenMP.cpp28 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, unsigned ID, in CreateDeserialized()
85 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create()
92 OMPRequiresDecl *OMPRequiresDecl::CreateDeserialized(ASTContext &C, unsigned ID, in CreateDeserialized()
113 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create()
120 OMPDeclareReductionDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
143 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create()
150 OMPDeclareMapperDecl *OMPDeclareMapperDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
[all …]
H A DASTConcept.cpp23 const ASTContext &C, const UnsatisfiedConstraintRecord &Detail, in CreatUnsatisfiedConstraintRecord()
44 const ASTContext &C, const ConstraintSatisfaction &Satisfaction) in ASTConstraintSatisfaction()
55 const ASTContext &C, const ASTConstraintSatisfaction &Satisfaction) in ASTConstraintSatisfaction()
66 ASTConstraintSatisfaction::Create(const ASTContext &C, in Create()
76 const ASTContext &C, const ASTConstraintSatisfaction &Satisfaction) { in Rebuild()
84 llvm::FoldingSetNodeID &ID, const ASTContext &C, in Profile()
93 ConceptReference::Create(const ASTContext &C, NestedNameSpecifierLoc NNS, in Create()
H A DExprConcepts.cpp34 const ASTContext &C, ConceptReference *Loc, in ConceptSpecializationExpr()
60 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create()
67 const ASTContext &C, ConceptReference *Loc, in ConceptSpecializationExpr()
87 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create()
119 RequiresExpr::RequiresExpr(ASTContext &C, SourceLocation RequiresKWLoc, in RequiresExpr()
167 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr()
174 ASTContext &C, SourceLocation RequiresKWLoc, RequiresExprBodyDecl *Body, in Create()
188 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
H A DOpenMPClause.cpp302 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
308 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
314 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
320 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
326 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
332 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
1121 for (auto &C : ComponentLists) in getComponentsTotalNumber() local
1184 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1288 OMPFromClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1349 OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
[all …]
H A DStmtProfile.cpp445 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
451 const OMPClauseWithPostUpdate *C) { in VistOMPClauseWithPostUpdate()
710 const OMPTaskReductionClause *C) { in VisitOMPTaskReductionClause()
734 const OMPInReductionClause *C) { in VisitOMPInReductionClause()
849 const OMPThreadLimitClause *C) { in VisitOMPThreadLimitClause()
880 const OMPUseDevicePtrClause *C) { in VisitOMPUseDevicePtrClause()
884 const OMPUseDeviceAddrClause *C) { in VisitOMPUseDeviceAddrClause()
888 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
892 const OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
896 const OMPNontemporalClause *C) { in VisitOMPNontemporalClause()
[all …]
H A DCommentLexer.cpp83 const char C = Name[i]; in resolveHTMLHexCharacterReference() local
161 bool isHTMLIdentifierCharacter(char C) { in isHTMLIdentifierCharacter()
184 const char C = *BufferPtr; in skipHTMLQuotedString() local
207 bool isCommandNameCharacter(char C) { in isCommandNameCharacter()
360 char C = *TokenPtr; in lexCommentText() local
444 const char C = *TokenPtr; in lexCommentText() local
576 char C = *TokenPtr; in lexHTMLCharacterReference() local
642 const char C = *BufferPtr; in setupAndLexHTMLStartTag() local
652 char C = *TokenPtr; in lexHTMLStartTag() local
765 const char C = *BufferPtr; in lex() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h414 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback()
518 const std::function<bool(StringRef Name, AAManager &AA)> &C) { in registerParseAACallback()
526 const std::function<void(CGSCCAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
530 const std::function<void(FunctionAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
534 const std::function<void(LoopAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
538 const std::function<void(ModuleAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
542 const std::function<void(MachineFunctionAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
553 ArrayRef<PipelineElement>)> &C) { in registerPipelineParsingCallback()
558 ArrayRef<PipelineElement>)> &C) { in registerPipelineParsingCallback()
563 ArrayRef<PipelineElement>)> &C) { in registerPipelineParsingCallback()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp97 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts()
197 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment()
458 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment() local
500 const char C = *I; in appendToResultWithHTMLEscaping() local
615 const InlineCommandComment *C) { in visitInlineCommandComment()
658 const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
688 const ParagraphComment *C, in appendParagraphCommentWithKind()
706 const BlockCommandComment *C) { in visitBlockCommandComment()
738 const ParamCommandComment *C) { in visitParamCommandComment()
1062 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp36 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType()
237 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy()
239 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
258 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy()
262 Type *Type::getWasm_ExternrefTy(LLVMContext &C) { in getWasm_ExternrefTy()
268 Type *Type::getWasm_FuncrefTy(LLVMContext &C) { in getWasm_FuncrefTy()
278 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get()
625 const Constant *C = dyn_cast<Constant>(V); in indexValid() local
755 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) in PointerType()
778 TargetExtType::TargetExtType(LLVMContext &C, StringRef Name, in TargetExtType()
[all …]
H A DComdat.cpp24 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
43 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C) { in LLVMSetComdat()
48 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()
64 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h35 #define iscntrl(C) (uchar(C) <= 0x1f || uchar(C) == 0x7f) argument
36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) argument
37 #define ispunct(C) \ argument
42 #define isspace(C) ((C) == 0x20 || ((C) >= 0x9 && (C) <= 0xD)) argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp124 void UnixAPIMisuseChecker::ReportOpenBug(CheckerContext &C, in ReportOpenBug()
137 void UnixAPIMisuseChecker::CheckOpen(CheckerContext &C, in CheckOpen()
142 void UnixAPIMisuseChecker::CheckOpenAt(CheckerContext &C, in CheckOpenAt()
147 void UnixAPIMisuseChecker::CheckOpenVariant(CheckerContext &C, in CheckOpenVariant()
267 void UnixAPIMisuseChecker::CheckPthreadOnce(CheckerContext &C, in CheckPthreadOnce()
381 void UnixAPIPortabilityChecker::CheckCallocZero(CheckerContext &C, in CheckCallocZero()
417 void UnixAPIPortabilityChecker::CheckMallocZero(CheckerContext &C, in CheckMallocZero()
422 void UnixAPIPortabilityChecker::CheckReallocZero(CheckerContext &C, in CheckReallocZero()
427 void UnixAPIPortabilityChecker::CheckReallocfZero(CheckerContext &C, in CheckReallocfZero()
432 void UnixAPIPortabilityChecker::CheckAllocaZero(CheckerContext &C, in CheckAllocaZero()
[all …]
H A DCStringChecker.cpp1652 void CStringChecker::evalStrcpy(CheckerContext &C, in evalStrcpy()
1661 void CStringChecker::evalStrncpy(CheckerContext &C, in evalStrncpy()
1670 void CStringChecker::evalStpcpy(CheckerContext &C, in evalStpcpy()
1679 void CStringChecker::evalStrlcpy(CheckerContext &C, in evalStrlcpy()
1689 void CStringChecker::evalStrcat(CheckerContext &C, in evalStrcat()
1698 void CStringChecker::evalStrncat(CheckerContext &C, in evalStrncat()
1707 void CStringChecker::evalStrlcat(CheckerContext &C, in evalStrlcat()
2118 void CStringChecker::evalStrcmp(CheckerContext &C, in evalStrcmp()
2124 void CStringChecker::evalStrncmp(CheckerContext &C, in evalStrncmp()
2272 void CStringChecker::evalStrsep(CheckerContext &C, in evalStrsep()
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_rwcohort.h45 #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 DDJB.cpp22 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/include/clang/AST/
H A DASTUnresolvedSet.h44 ASTUnresolvedSet(ASTContext &C, unsigned N) : Decls(C, N) {} in ASTUnresolvedSet()
55 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { in addDecl()
84 void reserve(ASTContext &C, unsigned N) { in reserve()
88 void append(ASTContext &C, iterator I, iterator E) { in append()
104 ASTUnresolvedSet &get(ASTContext &C) const { in get()
110 void reserve(ASTContext &C, unsigned N) { Impl.reserve(C, N); } in reserve()
112 void addLazyDecl(ASTContext &C, uintptr_t ID, AccessSpecifier AS) { in addLazyDecl()
H A DASTVector.h60 ASTVector(const ASTContext &C, unsigned N) : Capacity(nullptr, false) { in ASTVector()
162 void push_back(const_reference Elt, const ASTContext &C) { in push_back()
173 void reserve(const ASTContext &C, unsigned N) { in reserve()
184 void append(const ASTContext &C, in_iter in_start, in_iter in_end) { in append()
202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append()
219 iterator insert(const ASTContext &C, iterator I, const T &Elt) { in insert()
240 iterator insert(const ASTContext &C, iterator I, size_type NumToInsert, in insert()
289 iterator insert(const ASTContext &C, iterator I, ItTy From, ItTy To) { in insert()
341 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize()
380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp544 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
901 char C = consume(); in parseBase62Number() local
934 char C = look(); in parseDecimalNumber() local
979 char C = consume(); in parseHexNumber() local
1001 void Demangler::print(char C) { in print()
1039 char C = 'a' + Depth; in printLifetime() local
1118 char C = Input[InputIdx]; in decodePunycode() local
[all …]
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpidebug.h224 #define smTraceState(L,S,C,T) argument
225 #define smTraceChipState(L,C,T) argument
226 #define smTraceFabricState(L,C,T) argument
227 #define smTracePortState(L,C,T) argument
228 #define smTraceLoginState(L,C,T) argument
229 #define smTraceXchgState(L,C,T) argument
230 #define smTraceDiscFabState(L,C,T) argument
231 #define smTraceDiscLoopState(L,C,T) argument
232 #define smTraceFc2State(L,C,T) argument
233 #define smTraceScsiTgtState(L,C,T) argument
[all …]

12345678910>>...47