Home
last modified time | relevance | path

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

12345678910>>...71

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp303 for (auto &C : PeepholeEPCallbacks) in invokePeepholeEPCallbacks() local
387 for (auto &C : LateLoopOptimizationsEPCallbacks) in buildO1FunctionSimplificationPipeline() local
406 for (auto &C : LoopOptimizerEndEPCallbacks) in buildO1FunctionSimplificationPipeline() local
448 for (auto &C : ScalarOptimizerLateEPCallbacks) in buildO1FunctionSimplificationPipeline() local
572 for (auto &C : LateLoopOptimizationsEPCallbacks) in buildFunctionSimplificationPipeline() local
591 for (auto &C : LoopOptimizerEndEPCallbacks) in buildFunctionSimplificationPipeline() local
664 for (auto &C : ScalarOptimizerLateEPCallbacks) in buildFunctionSimplificationPipeline() local
856 for (auto &C : CGSCCOptimizerLateEPCallbacks) in buildInlinerPipeline() local
1012 for (auto &C : PipelineEarlySimplificationEPCallbacks) in buildModuleSimplificationPipeline() local
1285 for (auto &C : OptimizerEarlyEPCallbacks) in buildModuleOptimizationPipeline() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp85 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()
286 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
298 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp262 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 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 DOpenMPClause.cpp59 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()
64 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
181 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get()
186 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get()
299 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
305 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
311 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
317 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
323 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
329 if (Stmt **C = getAddrOfExprAsWritten(getPreInitStmt())) in used_children() local
[all …]
H A DStmtProfile.cpp429 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
435 const OMPClauseWithPostUpdate *C) { in VistOMPClauseWithPostUpdate()
441 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
447 void OMPClauseProfiler::VisitOMPFinalClause(const OMPFinalClause *C) { in VisitOMPFinalClause()
453 void OMPClauseProfiler::VisitOMPNumThreadsClause(const OMPNumThreadsClause *C) { in VisitOMPNumThreadsClause()
459 void OMPClauseProfiler::VisitOMPAlignClause(const OMPAlignClause *C) { in VisitOMPAlignClause()
464 void OMPClauseProfiler::VisitOMPSafelenClause(const OMPSafelenClause *C) { in VisitOMPSafelenClause()
469 void OMPClauseProfiler::VisitOMPSimdlenClause(const OMPSimdlenClause *C) { in VisitOMPSimdlenClause()
474 void OMPClauseProfiler::VisitOMPSizesClause(const OMPSizesClause *C) { in VisitOMPSizesClause()
480 void OMPClauseProfiler::VisitOMPFullClause(const OMPFullClause *C) {} in VisitOMPFullClause()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp36 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType()
83 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy()
224 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy()
225 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy()
226 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
227 Type *Type::getBFloatTy(LLVMContext &C) { return &C.pImpl->BFloatTy; } in getBFloatTy()
228 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy()
229 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
230 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy()
231 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSwapByteOrder.h69 inline unsigned char getSwappedBytes(unsigned char C) { return llvm::byteswap(C); } in getSwappedBytes()
70 inline signed char getSwappedBytes( signed char C) { return llvm::byteswap(C); } in getSwappedBytes()
71 inline char getSwappedBytes( char C) { return llvm::byteswap(C); } in getSwappedBytes()
73 inline unsigned short getSwappedBytes(unsigned short C) { return llvm::byteswap(C); } in getSwappedBytes()
74 inline signed short getSwappedBytes( signed short C) { return llvm::byteswap(C); } in getSwappedBytes()
76 inline unsigned int getSwappedBytes(unsigned int C) { return llvm::byteswap(C); } in getSwappedBytes()
77 inline signed int getSwappedBytes( signed int C) { return llvm::byteswap(C); } in getSwappedBytes()
79 inline unsigned long getSwappedBytes(unsigned long C) { return llvm::byteswap(C); } in getSwappedBytes()
80 inline signed long getSwappedBytes( signed long C) { return llvm::byteswap(C); } in getSwappedBytes()
82 inline unsigned long long getSwappedBytes(unsigned long long C) { return llvm::byteswap(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()
332 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress()
359 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8()
397 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { 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()
[all …]
/openbsd-src/gnu/llvm/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()
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 …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DPassBuilder.h389 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerPeepholeEPCallback()
403 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback()
413 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLoopOptimizerEndEPCallback()
423 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerScalarOptimizerLateEPCallback()
434 const std::function<void(CGSCCPassManager &, OptimizationLevel)> &C) { in registerCGSCCOptimizerLateEPCallback()
445 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerVectorizerStartEPCallback()
455 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineStartEPCallback()
464 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerPipelineEarlySimplificationEPCallback()
473 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerEarlyEPCallback()
482 const std::function<void(ModulePassManager &, OptimizationLevel)> &C) { in registerOptimizerLastEPCallback()
[all …]
/openbsd-src/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst41 .. _core-DivideZero:
43 core.DivideZero (C, C++, ObjC) argument
50 .. _core-NonNullParamChecker:
52 core.NonNullParamChecker (C, C++, ObjC) argument
65 .. _core-NullDereference:
67 core.NullDereference (C, C++, ObjC) argument
123 .. _core-StackAddressEscape:
149 .. _core-UndefinedBinaryOperatorResult:
162 .. _core-VLASize:
182 .. _core-uninitialized-ArraySubscript:
[all …]
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp36 CXCursor C = {K, 0, {nullptr, nullptr, TU}}; in MakeCXCursorInvalid() local
135 CXCursor C = {GetCursorKind(A), 0, {Parent, A, TU}}; in MakeCXCursor() local
159 CXCursor C = {K, in MakeCXCursor() local
165 CXCursor C = {K, 0, {D, (void *)(intptr_t)(FirstInDeclGroup ? 1 : 0), TU}}; in MakeCXCursor() local
634 CXCursor C = {K, 0, {Parent, S, TU}}; in MakeCXCursor() local
873 CXCursor C = {K, 0, {Parent, S, TU}}; in MakeCXCursor() local
882 CXCursor C = {CXCursor_ObjCSuperClassRef, 0, {Super, RawLoc, TU}}; in MakeCursorObjCSuperClassRef() local
887 cxcursor::getCursorObjCSuperClassRef(CXCursor C) { in getCursorObjCSuperClassRef()
898 CXCursor C = {CXCursor_ObjCProtocolRef, 0, {Proto, RawLoc, TU}}; in MakeCursorObjCProtocolRef() local
903 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp97 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-intconst-1.c10 #define ASSERT_CONST_TYPE(C, T) \ argument
78 #define C99_UNSUF_DEC_TYPE(C) \ argument
82 #define C99_UNSUF_OCTHEX_TYPE(C) \ argument
89 #define C99_SUFu_TYPE(C) \ argument
93 #define C99_SUFl_DEC_TYPE(C) \ argument
96 #define C99_SUFl_OCTHEX_TYPE(C) \ argument
101 #define C99_SUFul_TYPE(C) \ argument
104 #define C99_SUFll_OCTHEX_TYPE(C) \ argument
109 #define CHECK_UNSUF_DEC_TYPE(C) ASSERT_CONST_TYPE((C), C99_UNSUF_DEC_TYPE((C))) argument
110 #define CHECK_UNSUF_OCTHEX_TYPE(C) \ argument
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet38.C10 struct C : public A, public B { struct
16 int (C::*vmpb) () = &C::b; variable
17 int (C::*vmpb2) () = &C::b2; variable
18 int (C::*vmpa) () = &C::a; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconj1.C7 struct C struct
9 C (double y, double z) { __real__ x = y; __imag__ x = z; } in C() argument
15 C conj (const C& z) in conj() argument
H A Dconj2.C6 struct C struct
8 C (double y, double z) { __real__ x = y; __imag__ x = z; } in C() argument
14 inline C conj (const C& x) in conj() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dptrmem2.C3 struct C { struct
15 int (C::*f)(int) = &C::f1; argument
26 int (C::N::*g)(int) = &C::N::g2; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DNoFolder.h82 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
114 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
119 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast()
124 Constant *C, Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
128 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
133 Instruction *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast()
137 Instruction *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast()
141 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr()
145 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt()
149 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast()
[all …]
H A DConstantFolder.h93 if (Constant *C = dyn_cast<Constant>(V)) in FoldUnOpFMF() local
121 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
177 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
182 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast()
186 Constant *CreatePointerBitCastOrAddrSpaceCast(Constant *C, in CreatePointerBitCastOrAddrSpaceCast()
191 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
196 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast()
200 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast()
204 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr()
208 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020129-1.c6 struct C { struct D c1; long c2, c3, c4, c5, c6; }; argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dconv3.C8 template <typename T> struct C struct
31 C<int> c; in main() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h84 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
119 Value *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
125 Value *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
131 Value *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast()
136 Value *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast()
141 Value *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast()
144 Value *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr()
147 Value *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt()
150 Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast()
155 Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast()
[all …]
H A DTargetFolder.h38 Constant *Fold(Constant *C) const { in Fold()
112 if (Constant *C = dyn_cast<Constant>(V)) in FoldUnOpFMF() local
131 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
188 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
194 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
200 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast()
205 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast()
210 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast()
213 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr()
216 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt()
[all …]

12345678910>>...71