Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 1644) sorted by relevance

12345678910>>...66

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp218 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt()
231 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt()
237 void StmtProfiler::VisitNullStmt(const NullStmt *S) { in VisitNullStmt()
241 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt()
245 void StmtProfiler::VisitCaseStmt(const CaseStmt *S) { in VisitCaseStmt()
249 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) { in VisitDefaultStmt()
253 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt()
258 void StmtProfiler::VisitAttributedStmt(const AttributedStmt *S) { in VisitAttributedStmt()
263 void StmtProfiler::VisitIfStmt(const IfStmt *S) { in VisitIfStmt()
268 void StmtProfiler::VisitSwitchStmt(const SwitchStmt *S) { in VisitSwitchStmt()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h102 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper()
132 bool Add(InterpState &S, CodePtr OpPC) { in Add()
140 bool Sub(InterpState &S, CodePtr OpPC) { in Sub()
148 bool Mul(InterpState &S, CodePtr OpPC) { in Mul()
162 bool CmpHelper(InterpState &S, CodePtr OpPC, CompareFn Fn) { in CmpHelper()
171 bool CmpHelperEQ(InterpState &S, CodePtr OpPC, CompareFn Fn) { in CmpHelperEQ()
216 bool EQ(InterpState &S, CodePtr OpPC) { in EQ()
223 bool NE(InterpState &S, CodePtr OpPC) { in NE()
230 bool LT(InterpState &S, CodePtr OpPC) { in LT()
237 bool LE(InterpState &S, CodePtr OpPC) { in LE()
[all …]
H A DInterp.cpp34 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()
101 static bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckInitialized()
112 static bool CheckActive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckActive()
144 static bool CheckTemporary(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckTemporary()
164 static bool CheckGlobal(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckGlobal()
[all …]
/netbsd-src/external/mit/lua/dist/src/
H A Dlundump.c44 static l_noret error (LoadState *S, const char *why) { in error()
54 #define loadVector(S,b,n) loadBlock(S,b,(n)*sizeof((b)[0])) argument
56 static void loadBlock (LoadState *S, void *b, size_t size) { in loadBlock()
62 #define loadVar(S,x) loadVector(S,&x,1) argument
65 static lu_byte loadByte (LoadState *S) { in loadByte()
73 static size_t loadUnsigned (LoadState *S, size_t limit) { in loadUnsigned()
87 static size_t loadSize (LoadState *S) { in loadSize()
92 static int loadInt (LoadState *S) { in loadInt()
97 static lua_Number loadNumber (LoadState *S) { in loadNumber()
104 static lua_Integer loadInteger (LoadState *S) { in loadInteger()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dconstruction.d98 struct S struct
104 S[4] arr1; argument
116 struct S struct
120 this(const scope ref S rhs) in this() argument
127 S[4] arr1; variable
229 struct S struct
238 S[4] arr; argument
249 struct S struct
253 this(const scope ref S rhs) in this() argument
260 S[4] arr; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconv.d85 private auto convError(S, T)(S source, string fn = __FILE__, size_t ln = __LINE__) in convError() argument
105 private auto convError(S, T)(S source, int radix, string fn = __FILE__, size_t ln = __LINE__) in convError() argument
163 template isEnumStrToStr(S, T) in isEnumStrToStr() argument
168 template isNullToStr(S, T) in isNullToStr() argument
460 static struct S struct
462 int* x; // make S a type with pointers argument
463 string toString() const scope in toString() argument
518 static struct S struct
525 S* p; argument
544 private T toImpl(T, S)(S value) argument
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c38 blake2b_set_lastnode(blake2b_state *S) in blake2b_set_lastnode()
46 blake2b_is_lastblock(const blake2b_state *S) in blake2b_is_lastblock()
52 blake2b_set_lastblock(blake2b_state *S) in blake2b_set_lastblock()
62 blake2b_increment_counter(blake2b_state *S, const uint64_t inc) in blake2b_increment_counter()
93 blake2b_init0(blake2b_state *S) in blake2b_init0()
107 blake2b_init_param(blake2b_state *S, const blake2b_param *P) in blake2b_init_param()
124 blake2b_init(blake2b_state *S, const uint8_t outlen) in blake2b_init()
146 blake2b_init_salt_personal(blake2b_state *S, const uint8_t outlen, in blake2b_init_salt_personal()
177 blake2b_init_key(blake2b_state *S, const uint8_t outlen, const void *key, in blake2b_init_key()
214 blake2b_init_key_salt_personal(blake2b_state *S, const uint8_t outlen, in blake2b_init_key_salt_personal()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp96 for (auto &S : Obj.getMutableSections()) { in layoutSections() local
120 for (const auto &S : Obj.getSections()) in finalizeStringTable() local
124 for (const auto &S : Obj.getSymbols()) in finalizeStringTable() local
130 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable() local
139 for (auto &S : Obj.getMutableSymbols()) { in finalizeStringTable() local
153 for (auto &S : Obj.getMutableSymbols()) { in finalizeSymbolTable() local
211 const Section &S = Obj.getSections().back(); in finalize() local
298 for (const auto &S : Obj.getSections()) { in writeHeaders() local
305 for (const auto &S : Obj.getSections()) { in writeSections() local
338 for (const auto &S : Obj.getSymbols()) { in writeSymbolStringTables() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp181 bool ELFDumper<ELFT>::shouldPrintSection(const ELFYAML::Section &S, in shouldPrintSection()
236 ArrayRef<typename ELFT::Shdr> S) { in dumpSectionOffsets()
397 const ELFYAML::Section &S = cast<ELFYAML::Section>(*C.get()); in dump() local
464 ELFYAML::Section &S = cast<ELFYAML::Section>(*C.get()); in dumpProgramHeaders() local
520 auto S = std::make_unique<ELFYAML::RawContentSection>(); in dumpPlaceholderSection() local
547 return [this](const Elf_Shdr *S) { return dumpARMIndexTableSection(S); }; in dumpSections()
551 return [this](const Elf_Shdr *S) { return dumpMipsABIFlags(S); }; in dumpSections()
555 return [this](const Elf_Shdr *S) { return dumpDynamicSection(S); }; in dumpSections()
557 return [this](const Elf_Shdr *S) { return dumpSymtabShndxSection(S); }; in dumpSections()
560 return [this](const Elf_Shdr *S) { return dumpRelocSection(S); }; in dumpSections()
[all …]
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2s_ref.c45 static void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
51 static int blake2s_is_lastblock( const blake2s_state *S ) in blake2s_is_lastblock()
56 static void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
63 static void blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
69 static void blake2s_init0( blake2s_state *S ) in blake2s_init0()
78 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
95 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
117 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ) in blake2s_init_key()
174 static void blake2s_compress( blake2s_state *S, const uint8_t in[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
216 int blake2s_update( blake2s_state *S, const void *pin, size_t inlen ) in blake2s_update()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DStringSaver.h28 StringRef save(const char *S) { return save(StringRef(S)); } in save()
30 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save()
31 StringRef save(const std::string &S) { return save(StringRef(S)); } in save()
50 StringRef save(const char *S) { return save(StringRef(S)); } in save()
52 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save()
53 StringRef save(const std::string &S) { return save(StringRef(S)); } in save()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-aout.h42 #define S_SET_OTHER(S,V) \ argument
44 #define S_SET_TYPE(S,T) \ argument
46 #define S_SET_DESC(S,D) \ argument
48 #define S_GET_OTHER(S) \ argument
50 #define S_GET_TYPE(S) \ argument
52 #define S_GET_DESC(S) \ argument
57 #define obj_frob_symbol(S,PUNT) obj_aout_frob_symbol (S, &PUNT) argument
H A Dobj-multi.h44 #define obj_frob_symbol(S,P) \ argument
78 #define obj_symbol_new_hook(S) \ argument
101 #define S_SET_SIZE(S, N) \ argument
109 #define S_SET_ALIGN(S, N) \ argument
117 #define S_SET_OTHER(S, O) \ argument
125 #define S_SET_DESC(S, D) \ argument
133 #define S_SET_TYPE(S, T) \ argument
143 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) \ argument
151 #define INIT_STAB_SECTION(S) \ argument
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-aout.h42 #define S_SET_OTHER(S,V) \ argument
44 #define S_SET_TYPE(S,T) \ argument
46 #define S_SET_DESC(S,D) \ argument
48 #define S_GET_OTHER(S) \ argument
50 #define S_GET_TYPE(S) \ argument
52 #define S_GET_DESC(S) \ argument
57 #define obj_frob_symbol(S,PUNT) obj_aout_frob_symbol (S, &PUNT) argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp509 if (const auto *S = dyn_cast<TagDecl>(D)) in getDeclarationRange() local
738 bool WalkUpFromTemplateDecl(TemplateDecl *S) { in WalkUpFromTemplateDecl()
771 if (auto *S = dyn_cast<ClassTemplatePartialSpecializationDecl>(C)) in handleFreeStandingTagDecl() local
784 bool WalkUpFromCompoundStmt(CompoundStmt *S) { in WalkUpFromCompoundStmt()
798 bool WalkUpFromStmt(Stmt *S) { in WalkUpFromStmt()
804 bool TraverseIfStmt(IfStmt *S) { in TraverseIfStmt()
828 bool TraverseCXXForRangeStmt(CXXForRangeStmt *S) { in TraverseCXXForRangeStmt()
848 bool TraverseStmt(Stmt *S) { in TraverseStmt()
872 bool TraverseUserDefinedLiteral(UserDefinedLiteral *S) { in TraverseUserDefinedLiteral()
882 buildUserDefinedLiteral(UserDefinedLiteral *S) { in buildUserDefinedLiteral()
[all …]
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2b.c46 static BLAKE2_INLINE void blake2b_set_lastnode(blake2b_state *S) { in blake2b_set_lastnode()
50 static BLAKE2_INLINE void blake2b_set_lastblock(blake2b_state *S) { in blake2b_set_lastblock()
57 static BLAKE2_INLINE void blake2b_increment_counter(blake2b_state *S, in blake2b_increment_counter()
63 static BLAKE2_INLINE void blake2b_invalidate_state(blake2b_state *S) { in blake2b_invalidate_state()
68 static BLAKE2_INLINE void blake2b_init0(blake2b_state *S) { in blake2b_init0()
73 int blake2b_init_param(blake2b_state *S, const blake2b_param *P) { in blake2b_init_param()
91 int blake2b_init(blake2b_state *S, size_t outlen) { in blake2b_init()
119 int blake2b_init_key(blake2b_state *S, size_t outlen, const void *key, in blake2b_init_key()
166 static void blake2b_compress(blake2b_state *S, const uint8_t *block) { in blake2b_compress()
224 int blake2b_update(blake2b_state *S, const void *in, size_t inlen) { in blake2b_update()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DRelocationResolver.cpp42 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64()
74 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument
100 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF()
124 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument
150 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument
174 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument
200 static uint64_t resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSystemZ() argument
224 static uint64_t resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc64() argument
247 static uint64_t resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAmdgpu() argument
269 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp214 static bool checkUInt32Argument(Sema &S, const AttrInfo &AI, const Expr *Expr, in checkUInt32Argument()
250 static bool checkPositiveIntArgument(Sema &S, const AttrInfo &AI, const Expr *Expr, in checkPositiveIntArgument()
271 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const ParsedAttr &AL) { in checkAttrMutualExclusion()
281 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const Attr &AL) { in checkAttrMutualExclusion()
297 Sema &S, const Decl *D, const AttrInfo &AI, unsigned AttrArgNum, in checkFunctionOrMethodParameterIndex()
375 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute()
399 static void handleSimpleAttributeOrDiagnose(Sema &S, Decl *D, in handleSimpleAttributeOrDiagnose()
420 static bool threadSafetyCheckIsSmartPointer(Sema &S, const RecordType* RT) { in threadSafetyCheckIsSmartPointer()
456 static bool threadSafetyCheckIsPointer(Sema &S, const Decl *D, in threadSafetyCheckIsPointer()
507 static bool checkRecordTypeForCapability(Sema &S, QualType Ty) { in checkRecordTypeForCapability()
[all …]
H A DSemaStmtAttr.cpp26 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleFallThroughAttr()
53 static Attr *handleSuppressAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleSuppressAttr()
71 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleLoopHintAttr()
97 LoopHintAttr::LoopHintState S) { in handleLoopHintAttr()
183 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder()
188 void VisitAsmStmt(const AsmStmt *S) { FoundCallExpr = true; } in VisitAsmStmt()
198 static Attr *handleNoMergeAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleNoMergeAttr()
212 static Attr *handleMustTailAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleMustTailAttr()
218 static Attr *handleLikely(Sema &S, Stmt *St, const ParsedAttr &A, in handleLikely()
227 static Attr *handleUnlikely(Sema &S, Stmt *St, const ParsedAttr &A, in handleUnlikely()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp31 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DNativeFormatting.cpp31 static void writeWithCommas(raw_ostream &S, ArrayRef<char> Buffer) { in writeWithCommas()
50 static void write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, in write_unsigned_impl()
76 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned()
87 static void write_signed(raw_ostream &S, T N, size_t MinDigits, in write_signed()
102 void llvm::write_integer(raw_ostream &S, unsigned int N, size_t MinDigits, in write_integer()
107 void llvm::write_integer(raw_ostream &S, int N, size_t MinDigits, in write_integer()
112 void llvm::write_integer(raw_ostream &S, unsigned long N, size_t MinDigits, in write_integer()
117 void llvm::write_integer(raw_ostream &S, long N, size_t MinDigits, in write_integer()
122 void llvm::write_integer(raw_ostream &S, unsigned long long N, size_t MinDigits, in write_integer()
127 void llvm::write_integer(raw_ostream &S, long long N, size_t MinDigits, in write_integer()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp58 PPCTargetStreamer::PPCTargetStreamer(MCStreamer &S) : MCTargetStreamer(S) {} in PPCTargetStreamer()
139 PPCTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS) in PPCTargetAsmStreamer()
142 void emitTCEntry(const MCSymbol &S, in emitTCEntry()
175 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override { in emitLocalEntry()
188 PPCTargetELFStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetELFStreamer()
194 void emitTCEntry(const MCSymbol &S, in emitTCEntry()
214 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override { in emitLocalEntry()
233 void emitAssignment(MCSymbol *S, const MCExpr *Value) override { in emitAssignment()
257 bool copyLocalEntry(MCSymbolELF *D, const MCExpr *S) { in copyLocalEntry()
297 PPCTargetMachOStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetMachOStreamer()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp335 if (auto S = dyn_cast<WasmYAML::DylinkSection>(&Section)) { in writeSectionContent() local
337 } else if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent() local
339 } else if (auto S = dyn_cast<WasmYAML::LinkingSection>(&Section)) { in writeSectionContent() local
341 } else if (auto S = dyn_cast<WasmYAML::ProducersSection>(&Section)) { in writeSectionContent() local
343 } else if (auto S = dyn_cast<WasmYAML::TargetFeaturesSection>(&Section)) { in writeSectionContent() local
608 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() local
617 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() local
619 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm() local
621 else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) in writeWasm() local
623 else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) in writeWasm() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.h174 #define SLP_INSTANCE_TREE(S) (S)->root argument
175 #define SLP_INSTANCE_GROUP_SIZE(S) (S)->group_size argument
176 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor argument
177 #define SLP_INSTANCE_LOADS(S) (S)->loads argument
178 #define SLP_INSTANCE_ROOT_STMT(S) (S)->root_stmt argument
180 #define SLP_TREE_CHILDREN(S) (S)->children argument
181 #define SLP_TREE_SCALAR_STMTS(S) (S)->stmts argument
182 #define SLP_TREE_SCALAR_OPS(S) (S)->ops argument
183 #define SLP_TREE_VEC_STMTS(S) (S)->vec_stmts argument
184 #define SLP_TREE_NUMBER_OF_VEC_STMTS(S) (S)->vec_stmts_size argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.h270 #define SLP_INSTANCE_TREE(S) (S)->root argument
271 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor argument
272 #define SLP_INSTANCE_LOADS(S) (S)->loads argument
273 #define SLP_INSTANCE_ROOT_STMTS(S) (S)->root_stmts argument
274 #define SLP_INSTANCE_KIND(S) (S)->kind argument
276 #define SLP_TREE_CHILDREN(S) (S)->children argument
277 #define SLP_TREE_SCALAR_STMTS(S) (S)->stmts argument
278 #define SLP_TREE_SCALAR_OPS(S) (S)->ops argument
279 #define SLP_TREE_REF_COUNT(S) (S)->refcnt argument
280 #define SLP_TREE_VEC_STMTS(S) (S)->vec_stmts argument
[all …]

12345678910>>...66