Home
last modified time | relevance | path

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

12345678910>>...68

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp426 if (auto *S = C->getPreInitStmt()) in VistOMPClauseWithPreInit() local
519 if (auto *S = C->getChunkSize()) in VisitOMPScheduleClause() local
1048 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
1073 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
1080 if (auto *S = C->getChunkSize()) in VisitOMPDistScheduleClause() local
1087 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective()
1112 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
1137 const OMPTargetTeamsDirective *S) { in VisitOMPTargetTeamsDirective()
1419 const DesignatedInitUpdateExpr *S) { in VisitDesignatedInitUpdateExpr()
1857 const MSPropertySubscriptExpr *S) { in VisitMSPropertySubscriptExpr()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-var-rtti.cc83 struct S { in use_rtti_for_ptr_child_test() struct
84 Base* ptr; in use_rtti_for_ptr_child_test()
88 S ( Base* v ) : in use_rtti_for_ptr_child_test() argument
142 struct S { in use_rtti_for_ref_child_test() struct
143 Base& ref; in use_rtti_for_ref_child_test()
145 S ( Base& v ) : in use_rtti_for_ref_child_test() function
245 struct S { in type_update_when_use_rtti_test() struct
246 Base* ptr; in type_update_when_use_rtti_test()
247 S ( Base* v ) : in type_update_when_use_rtti_test() argument
301 struct S { in skip_type_update_when_not_use_rtti_test() struct
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-var-rtti.cc83 struct S { in use_rtti_for_ptr_child_test() struct
84 Base* ptr; in use_rtti_for_ptr_child_test()
88 S ( Base* v ) : in use_rtti_for_ptr_child_test() function
142 struct S { in use_rtti_for_ref_child_test() struct
143 Base& ref; in use_rtti_for_ref_child_test()
145 S ( Base& v ) : in use_rtti_for_ref_child_test() function
245 struct S { in type_update_when_use_rtti_test() struct
246 Base* ptr; in type_update_when_use_rtti_test()
247 S ( Base* v ) : in type_update_when_use_rtti_test() function
301 struct S { in skip_type_update_when_not_use_rtti_test() struct
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h132 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()
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()
245 bool GT(InterpState &S, CodePtr OpPC) { in GT()
252 bool GE(InterpState &S, CodePtr OpPC) { in GE()
278 bool Dup(InterpState &S, CodePtr OpPC) { in Dup()
[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()
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()
231 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckNull()
240 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange()
249 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange()
333 bool CheckCallable(InterpState &S, CodePtr OpPC, Function *F) { in CheckCallable()
[all …]
/netbsd/external/mit/lua/dist/src/
H A Dlundump.c44 static l_noret error (LoadState *S, const char *why) { in error()
62 #define loadVar(S,x) loadVector(S,&x,1) argument
65 static lu_byte loadByte (LoadState *S) { in loadByte()
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()
148 static void loadCode (LoadState *S, Proto *f) { in loadCode()
233 static void loadDebug (LoadState *S, Proto *f) { in loadDebug()
298 static void checkHeader (LoadState *S) { in checkHeader()
[all …]
/netbsd/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/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()
290 blake2b_final(blake2b_state *S, uint8_t *out, uint8_t outlen) in blake2b_final()
336 blake2b_state S[1]; in blake2b() local
[all …]
/netbsd/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
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
396 for (const auto &S : Obj.getSections()) { in virtualAddressToFileAddress() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp584 return [this](const Elf_Shdr *S) { in dumpSections()
658 ELFYAML::Symbol S; in dumpSymbols() local
881 auto S = std::make_unique<ELFYAML::AddrsigSection>(); in dumpAddrsigSection() local
1094 auto S = std::make_unique<ELFYAML::RelrSection>(); in dumpRelrSection() local
1159 auto S = std::make_unique<ELFYAML::NoBitsSection>(); in dumpNoBitsSection() local
1170 auto S = std::make_unique<ELFYAML::NoteSection>(); in dumpNoteSection() local
1206 auto S = std::make_unique<ELFYAML::HashSection>(); in dumpHashSection() local
1298 auto S = std::make_unique<ELFYAML::VerdefSection>(); in dumpVerdefSection() local
1357 auto S = std::make_unique<ELFYAML::SymverSection>(); in dumpSymverSection() local
1450 auto S = std::make_unique<ELFYAML::GroupSection>(); in dumpGroupSection() local
[all …]
/netbsd/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/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2s_ref.c43 static void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
49 static int blake2s_is_lastblock( const blake2s_state *S ) in blake2s_is_lastblock()
54 static void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
61 static void blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
67 static void blake2s_init0( blake2s_state *S ) in blake2s_init0()
76 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
93 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
214 int blake2s_update( blake2s_state *S, const void *pin, size_t inlen ) in blake2s_update()
241 int blake2s_final( blake2s_state *S, void *out, size_t outlen ) in blake2s_final()
267 blake2s_state S[1]; in blake2s() local
[all …]
/netbsd/external/gpl3/gdb/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/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
/netbsd/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
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/external/gpl3/gdb.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
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp798 bool WalkUpFromStmt(Stmt *S) { in WalkUpFromStmt()
804 bool TraverseIfStmt(IfStmt *S) { in TraverseIfStmt()
848 bool TraverseStmt(Stmt *S) { in TraverseStmt()
1114 bool WalkUpFromParenExpr(ParenExpr *S) { in WalkUpFromParenExpr()
1214 bool WalkUpFromCallExpr(CallExpr *S) { in WalkUpFromCallExpr()
1417 bool WalkUpFromDeclStmt(DeclStmt *S) { in WalkUpFromDeclStmt()
1423 bool WalkUpFromNullStmt(NullStmt *S) { in WalkUpFromNullStmt()
1438 bool WalkUpFromCaseStmt(CaseStmt *S) { in WalkUpFromCaseStmt()
1457 bool WalkUpFromIfStmt(IfStmt *S) { in WalkUpFromIfStmt()
1471 bool WalkUpFromForStmt(ForStmt *S) { in WalkUpFromForStmt()
[all …]
/netbsd/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()
224 int blake2b_update(blake2b_state *S, const void *in, size_t inlen) { in blake2b_update()
264 int blake2b_final(blake2b_state *S, void *out, size_t outlen) { in blake2b_final()
[all …]
/netbsd/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
269 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86()
293 static uint64_t resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC32() argument
314 static uint64_t resolveARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveARM()
335 static uint64_t resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAVR() argument
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-plugin/
H A Dpr13066.cc3 template <typename V> struct S struct
6 __attribute__ ((noinline)) S (void) { f = 0, l = 0; } in S() argument
7 void foo (V *x) in foo()
34 S <H> k; argument
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dpr13066.cc3 template <typename V> struct S struct
6 __attribute__ ((noinline)) S (void) { f = 0, l = 0; } in S() argument
7 void foo (V *x) in foo()
34 S <H> k; argument
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp375 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute()
537 static bool typeHasCapability(Sema &S, QualType Ty) { in typeHasCapability()
547 static bool isCapabilityExpr(Sema &S, const Expr *Ex) { in isCapabilityExpr()
4958 static Expr *makeLaunchBoundsArgExpr(Sema &S, Expr *E, in makeLaunchBoundsArgExpr()
5183 static void handleBuiltinAliasAttr(Sema &S, Decl *D, in handleBuiltinAliasAttr()
5702 static bool isErrorParameter(Sema &S, QualType QT) { in isErrorParameter()
6821 static void handleRISCVInterruptAttr(Sema &S, Decl *D, in handleRISCVInterruptAttr()
7274 if (const auto *S = dyn_cast<VarDecl>(D)) in isGlobalVar() local
8316 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D, in ProcessDeclAttributeList()
8522 void Sema::ProcessPragmaWeak(Scope *S, Decl *D) { in ProcessPragmaWeak()
[all …]
/netbsd/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/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()
117 void llvm::write_integer(raw_ostream &S, 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()
132 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex()
162 void llvm::write_double(raw_ostream &S, double N, FloatStyle Style, in write_double()
[all …]

12345678910>>...68