/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtProfile.cpp | 41 void VisitStmtNoChildren(const Stmt *S) { in VisitStmtNoChildren() 430 if (auto *S = C->getPreInitStmt()) in VistOMPClauseWithPreInit() local 544 if (auto *S = C->getChunkSize()) in VisitOMPScheduleClause() local 1107 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective() 1152 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective() 1159 if (auto *S = C->getChunkSize()) in VisitOMPDistScheduleClause() local 1166 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective() 1191 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective() 1216 const OMPTargetTeamsDirective *S) { in VisitOMPTargetTeamsDirective() 1253 const OMPGenericLoopDirective *S) { in VisitOMPGenericLoopDirective() [all …]
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Interp.h | 180 bool Add(InterpState &S, CodePtr OpPC) { in Add() 188 bool Sub(InterpState &S, CodePtr OpPC) { in Sub() 196 bool Mul(InterpState &S, CodePtr OpPC) { in Mul() 258 bool Rem(InterpState &S, CodePtr OpPC) { in Rem() 278 bool Div(InterpState &S, CodePtr OpPC) { in Div() 508 bool EQ(InterpState &S, CodePtr OpPC) { in EQ() 515 bool NE(InterpState &S, CodePtr OpPC) { in NE() 522 bool LT(InterpState &S, CodePtr OpPC) { in LT() 529 bool LE(InterpState &S, CodePtr OpPC) { in LE() 537 bool GT(InterpState &S, CodePtr OpPC) { in GT() [all …]
|
H A D | Interp.cpp | 34 static bool Ret(InterpState &S, CodePtr &PC, APValue &Result) { in Ret() 56 static bool RetVoid(InterpState &S, CodePtr &PC, APValue &Result) { in RetVoid() 74 static bool RetValue(InterpState &S, CodePtr &Pt, APValue &Result) { in RetValue() 82 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) { in Jmp() 87 static bool Jt(InterpState &S, CodePtr &PC, int32_t Offset) { in Jt() 94 static bool Jf(InterpState &S, CodePtr &PC, int32_t Offset) { in Jf() 202 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLive() 232 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckNull() 241 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange() 415 static bool CheckArrayInitialized(InterpState &S, CodePtr OpPC, in CheckArrayInitialized() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | memtemp23.C | 6 struct S struct 8 S() in S() function 11 S(char) in S() function 16 { printf ("In S::f(U)\nsizeof(U) == %d\n", sizeof(u)); } in f() argument 23 S<char*> s; in main() argument
|
H A D | memtemp24.C | 6 struct S struct 8 S() in S() function 11 S(char) in S() function 16 { printf ("In S::f(U)\nsizeof(U) == %d\n", sizeof(u)); } in f() argument 23 S<char*> s; in main() argument
|
H A D | memtemp27.C | 6 struct S struct 8 S() in S() function 11 S(char) in S() function 16 { printf ("In S::f(U)\nsizeof(U) == %d\n", sizeof(u)); } in f() argument 23 S<char*> s; in main() argument
|
H A D | memtemp60.C | 4 struct S struct 6 S(const S<T>& x) {} in S() argument 9 S(const S<U>& x) {} in S() function
|
H A D | memtemp35.C | 4 struct S struct 6 S(const S& s) {} in S() argument 9 S(S<U>& s) in S() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | dtor10.C | 7 struct S { struct 8 static S* s[5]; argument 10 S () { s[j++] = this; } in S() argument 11 S (const S&) { s[j++] = this; } in S() function 12 ~S () { in ~S() argument 33 void g (S) { in g() argument
|
H A D | dtor6.C | 7 struct S struct 16 S::S () in S() function 21 S::S (const S&) in S() function 32 void f (S, S) in f() argument
|
H A D | array1.C | 3 struct S { struct 4 S (int) { in S() function 10 S () {} in S() argument 12 ~S() { in ~S() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
H A D | delayslot1.C | 12 struct S{ struct 15 S () : c (data) {}; in S() function 16 S (const S& s) { in S() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
H A D | nrv5.C | 9 struct S struct 13 S (); argument 17 S::S() : s1 (true), s2 (false), s0 (E1), s3 (true), s4 (false), in S() function
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 497 ELFYAML::Section &S = cast<ELFYAML::Section>(*C); in dumpProgramHeaders() local 623 return [this](const Elf_Shdr *S) { in dumpSections() 699 ELFYAML::Symbol S; in dumpSymbols() local 1138 auto S = std::make_unique<ELFYAML::RelrSection>(); in dumpRelrSection() local 1203 auto S = std::make_unique<ELFYAML::NoBitsSection>(); in dumpNoBitsSection() local 1214 auto S = std::make_unique<ELFYAML::NoteSection>(); in dumpNoteSection() local 1250 auto S = std::make_unique<ELFYAML::HashSection>(); in dumpHashSection() local 1342 auto S = std::make_unique<ELFYAML::VerdefSection>(); in dumpVerdefSection() local 1401 auto S = std::make_unique<ELFYAML::SymverSection>(); in dumpSymverSection() local 1494 auto S = std::make_unique<ELFYAML::GroupSection>(); in dumpGroupSection() local [all …]
|
/openbsd/sys/dev/pci/ |
H A D | ixgbe.h | 101 #define DEBUGOUT(S) argument 102 #define DEBUGOUT1(S,A) argument 103 #define DEBUGOUT2(S,A,B) argument 104 #define DEBUGOUT3(S,A,B,C) argument 105 #define DEBUGOUT4(S,A,B,C,D) argument 106 #define DEBUGOUT5(S,A,B,C,D,E) argument 107 #define DEBUGOUT6(S,A,B,C,D,E,F) argument 108 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument 110 #define ERROR_REPORT1(S,A) argument 111 #define ERROR_REPORT2(S,A,B) argument [all …]
|
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 803 bool WalkUpFromStmt(Stmt *S) { in WalkUpFromStmt() 809 bool TraverseIfStmt(IfStmt *S) { in TraverseIfStmt() 853 bool TraverseStmt(Stmt *S) { in TraverseStmt() 1119 bool WalkUpFromParenExpr(ParenExpr *S) { in WalkUpFromParenExpr() 1219 bool WalkUpFromCallExpr(CallExpr *S) { in WalkUpFromCallExpr() 1422 bool WalkUpFromDeclStmt(DeclStmt *S) { in WalkUpFromDeclStmt() 1428 bool WalkUpFromNullStmt(NullStmt *S) { in WalkUpFromNullStmt() 1443 bool WalkUpFromCaseStmt(CaseStmt *S) { in WalkUpFromCaseStmt() 1462 bool WalkUpFromIfStmt(IfStmt *S) { in WalkUpFromIfStmt() 1476 bool WalkUpFromForStmt(ForStmt *S) { in WalkUpFromForStmt() [all …]
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
H A D | COFFWriter.cpp | 96 for (auto &S : Obj.getMutableSections()) { in layoutSections() local 122 for (const auto &S : Obj.getSections()) in finalizeStringTable() local 126 for (const auto &S : Obj.getSymbols()) in finalizeStringTable() local 132 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable() local 146 for (auto &S : Obj.getMutableSymbols()) { in finalizeStringTable() local 160 for (auto &S : Obj.getMutableSymbols()) { in finalizeSymbolTable() local 309 for (const auto &S : Obj.getSections()) { in writeHeaders() local 316 for (const auto &S : Obj.getSections()) { in writeSections() local 349 for (const auto &S : Obj.getSymbols()) { in writeSymbolStringTables() local 407 for (const auto &S : Obj.getSections()) { in virtualAddressToFileAddress() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 57 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64() 90 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument 118 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF() 142 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument 168 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument 192 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument 287 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86() 311 static uint64_t resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC32() argument 332 static uint64_t resolveARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveARM() 358 static uint64_t resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAVR() argument [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
H A D | interval_set_test.cpp | 20 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local 29 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local 41 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local 53 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local 65 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local 85 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local 98 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local 111 IntervalSet<unsigned, IntervalCoalescing::Enabled> S; in TEST() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 387 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute() 549 static bool typeHasCapability(Sema &S, QualType Ty) { in typeHasCapability() 559 static bool isCapabilityExpr(Sema &S, const Expr *Ex) { in isCapabilityExpr() 1015 static void handleDiagnoseAsBuiltinAttr(Sema &S, Decl *D, in handleDiagnoseAsBuiltinAttr() 5498 static Expr *makeLaunchBoundsArgExpr(Sema &S, Expr *E, in makeLaunchBoundsArgExpr() 5727 static void handleBuiltinAliasAttr(Sema &S, Decl *D, in handleBuiltinAliasAttr() 6247 static bool isErrorParameter(Sema &S, QualType QT) { in isErrorParameter() 7631 static void handleRISCVInterruptAttr(Sema &S, Decl *D, in handleRISCVInterruptAttr() 8089 if (const auto *S = dyn_cast<VarDecl>(D)) in isGlobalVar() local 9563 void Sema::ProcessPragmaWeak(Scope *S, Decl *D) { in ProcessPragmaWeak() [all …]
|
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 136 void VisitBinaryOperator(const BinaryOperator *S) { in VisitBinaryOperator() 192 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() 211 void VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() 300 void VisitImplicitCastExpr(const ImplicitCastExpr *S) { in VisitImplicitCastExpr() 371 void VisitUnaryOperator(const UnaryOperator *S) { in VisitUnaryOperator() 421 void VisitCXXThisExpr(const CXXThisExpr *S) { in VisitCXXThisExpr() 434 void VisitReturnStmt(const ReturnStmt *S) { in VisitReturnStmt() 460 void VisitMemberExpr(const MemberExpr *S) { in VisitMemberExpr() 627 void VisitCallExpr(const CallExpr *S) { in VisitCallExpr() 703 void VisitInitListExpr(const InitListExpr *S) { in VisitInitListExpr() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | NativeFormatting.cpp | 37 static void writeWithCommas(raw_ostream &S, ArrayRef<char> Buffer) { in writeWithCommas() 56 static void write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, in write_unsigned_impl() 82 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned() 93 static void write_signed(raw_ostream &S, T N, size_t MinDigits, in write_signed() 108 void llvm::write_integer(raw_ostream &S, unsigned int N, size_t MinDigits, in write_integer() 113 void llvm::write_integer(raw_ostream &S, int N, size_t MinDigits, in write_integer() 123 void llvm::write_integer(raw_ostream &S, long N, size_t MinDigits, in write_integer() 133 void llvm::write_integer(raw_ostream &S, long long N, size_t MinDigits, in write_integer() 138 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() 168 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.cpp | 141 PPCTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS) in PPCTargetAsmStreamer() 144 void emitTCEntry(const MCSymbol &S, in emitTCEntry() 190 PPCTargetELFStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetELFStreamer() 196 void emitTCEntry(const MCSymbol &S, in emitTCEntry() 235 void emitAssignment(MCSymbol *S, const MCExpr *Value) override { in emitAssignment() 259 bool copyLocalEntry(MCSymbolELF *D, const MCExpr *S) { in copyLocalEntry() 299 PPCTargetMachOStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetMachOStreamer() 301 void emitTCEntry(const MCSymbol &S, in emitTCEntry() 322 PPCTargetXCOFFStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetXCOFFStreamer() 324 void emitTCEntry(const MCSymbol &S, in emitTCEntry() [all …]
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransEmptyStatementsAndDealloc.cpp | 31 static bool isEmptyARCMTMacroStatement(NullStmt *S, in isEmptyARCMTMacroStatement() 84 bool VisitNullStmt(NullStmt *S) { in VisitNullStmt() 87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() 95 bool VisitIfStmt(IfStmt *S) { in VisitIfStmt() 107 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() 119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() 129 bool VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt() 139 bool VisitObjCAutoreleasePoolStmt(ObjCAutoreleasePoolStmt *S) { in VisitObjCAutoreleasePoolStmt() 154 CompoundStmt *S = E->getSubStmt(); in TraverseStmtExpr() local 164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
H A D | copy3.C | 6 struct S { struct 7 S () {} in S() function 8 S (const S&) { ++copies; } in S() function
|