/openbsd/gnu/llvm/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 303 for (auto &C : PeepholeEPCallbacks) in invokePeepholeEPCallbacks() local 406 for (auto &C : LoopOptimizerEndEPCallbacks) in buildO1FunctionSimplificationPipeline() local 1285 for (auto &C : OptimizerEarlyEPCallbacks) in buildModuleOptimizationPipeline() local 1357 for (auto &C : OptimizerLastEPCallbacks) in buildModuleOptimizationPipeline() local 1411 for (auto &C : PipelineStartEPCallbacks) in buildPerModuleDefaultPipeline() local 1456 for (auto &C : PipelineStartEPCallbacks) in buildThinLTOPreLinkDefaultPipeline() local 1485 for (auto &C : OptimizerEarlyEPCallbacks) in buildThinLTOPreLinkDefaultPipeline() local 1487 for (auto &C : OptimizerLastEPCallbacks) in buildThinLTOPreLinkDefaultPipeline() local 1883 for (auto &C : PipelineStartEPCallbacks) in buildO0DefaultPipeline() local 1939 for (auto &C : OptimizerEarlyEPCallbacks) in buildO0DefaultPipeline() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 85 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 394 static Cursor maybeLexIRBlock(Cursor C, MIToken &Token, in maybeLexIRBlock() 404 static Cursor maybeLexIRValue(Cursor C, MIToken &Token, in maybeLexIRValue() 434 static bool isRegisterChar(char C) { in isRegisterChar() 545 static bool isValidHexFloatingPointPrefix(char C) { in isValidHexFloatingPointPrefix() 612 static Cursor maybeLexExclaim(Cursor C, MIToken &Token, in maybeLexExclaim() [all …]
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 262 OMPMetaDirective *OMPMetaDirective::Create(const ASTContext &C, in Create() 565 const ASTContext &C, const DeclarationNameInfo &Name, in Create() 661 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 679 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 695 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 713 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 951 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1186 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1231 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1730 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() [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, 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 D | OpenMPClause.cpp | 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 1116 for (auto &C : ComponentLists) in getComponentsTotalNumber() local 1179 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1283 OMPFromClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1344 OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() [all …]
|
H A D | StmtProfile.cpp | 429 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit() 435 const OMPClauseWithPostUpdate *C) { in VistOMPClauseWithPostUpdate() 692 const OMPTaskReductionClause *C) { in VisitOMPTaskReductionClause() 716 const OMPInReductionClause *C) { in VisitOMPInReductionClause() 831 const OMPThreadLimitClause *C) { in VisitOMPThreadLimitClause() 862 const OMPUseDevicePtrClause *C) { in VisitOMPUseDevicePtrClause() 866 const OMPUseDeviceAddrClause *C) { in VisitOMPUseDeviceAddrClause() 870 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause() 874 const OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause() 878 const OMPNontemporalClause *C) { in VisitOMPNontemporalClause() [all …]
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Type.cpp | 36 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType() 245 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() 249 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { in getHalfPtrTy() 257 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { in getFloatPtrTy() 269 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { in getFP128PtrTy() 289 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() 293 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { in getInt8PtrTy() 618 const Constant *C = dyn_cast<Constant>(V); in indexValid() local 771 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) in PointerType() 794 TargetExtType::TargetExtType(LLVMContext &C, StringRef Name, in TargetExtType() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | SwapByteOrder.h | 69 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() 85 inline float getSwappedBytes(float C) { in getSwappedBytes() 95 inline double getSwappedBytes(double C) { in getSwappedBytes() [all …]
|
H A D | DataExtractor.h | 37 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 …]
|
/openbsd/gnu/llvm/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() 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 …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 403 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback() 413 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLoopOptimizerEndEPCallback() 507 const std::function<bool(StringRef Name, AAManager &AA)> &C) { in registerParseAACallback() 515 const std::function<void(CGSCCAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback() 519 const std::function<void(FunctionAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback() 523 const std::function<void(LoopAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback() 527 const std::function<void(ModuleAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback() 538 ArrayRef<PipelineElement>)> &C) { in registerPipelineParsingCallback() 543 ArrayRef<PipelineElement>)> &C) { in registerPipelineParsingCallback() 548 ArrayRef<PipelineElement>)> &C) { in registerPipelineParsingCallback() [all …]
|
/openbsd/gnu/llvm/clang/docs/analyzer/ |
H A D | checkers.rst | 41 .. _core-DivideZero: 123 .. _core-StackAddressEscape: 162 .. _core-VLASize: 370 .. _deadcode-checkers: 872 .. _unix-checkers: 887 .. _unix-Malloc: 920 .. _unix-Vfork: 979 .. _osx-checkers: 1013 .. _osx-ObjCProperty: 1645 .. _alpha-core-DynamicTypeChecker: [all …]
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXCursor.cpp | 36 CXCursor C = {K, 0, {nullptr, nullptr, TU}}; in MakeCXCursorInvalid() local 159 CXCursor C = {K, 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 937 cxcursor::getCursorTypeRef(CXCursor C) { in getCursorTypeRef() 1004 cxcursor::getCursorMemberRef(CXCursor C) { in getCursorMemberRef() 1023 CXCursor C = { in MakePreprocessingDirectiveCursor() local 1101 cxcursor::getCursorLabelRef(CXCursor C) { in getCursorLabelRef() 1112 CXCursor C = { in MakeCursorOverloadedDeclRef() local 1123 CXCursor C = { in MakeCursorOverloadedDeclRef() local [all …]
|
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | CommentToXML.cpp | 97 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 …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | c99-intconst-1.c | 10 #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 123 #define CHECK_DEC_CONST(C) \ argument 141 #define CHECK_OCTHEX_CONST(C) \ argument [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | net38.C | 10 struct C : public A, public B { struct 16 int (C::*vmpb) () = &C::b; argument 17 int (C::*vmpb2) () = &C::b2; variable 18 int (C::*vmpa) () = &C::a; variable
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
H A D | conj1.C | 7 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 D | conj2.C | 6 struct C struct 8 C (double y, double z) { __real__ x = y; __imag__ x = z; } in C() function 14 inline C conj (const C& x) in conj() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | ptrmem2.C | 3 struct C { struct 15 int (C::*f)(int) = &C::f1; argument 26 int (C::N::*g)(int) = &C::N::g2; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 82 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 D | ConstantFolder.h | 93 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/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20020129-1.c | 6 struct C { struct D c1; long c2, c3, c4, c5, c6; }; argument
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 38 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 …]
|
H A D | InstSimplifyFolder.h | 84 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 …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
H A D | conv3.C | 8 template <typename T> struct C struct 31 C<int> c; in main() argument
|