| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 43 void VisitStmtNoChildren(const Stmt *S) { in VisitStmtNoChildren() 238 void StmtProfiler::VisitStmt(const Stmt *S) { in VisitStmt() 251 void StmtProfiler::VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() 257 void StmtProfiler::VisitNullStmt(const NullStmt *S) { in VisitNullStmt() 261 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() 265 void StmtProfiler::VisitCaseStmt(const CaseStmt *S) { in VisitCaseStmt() 269 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) { in VisitDefaultStmt() 273 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() 278 void StmtProfiler::VisitAttributedStmt(const AttributedStmt *S) { in VisitAttributedStmt() 283 void StmtProfiler::VisitIfStmt(const IfStmt *S) { in VisitIfStmt() [all …]
|
| /freebsd/contrib/lua/src/ |
| H A D | lundump.c | 40 static l_noret error (LoadState *S, const char *why) { in error() 50 #define loadVector(S,b,n) loadBlock(S,b,(n)*sizeof((b)[0])) argument 52 static void loadBlock (LoadState *S, void *b, size_t size) { in loadBlock() 58 #define loadVar(S,x) loadVector(S,&x,1) argument 61 static lu_byte loadByte (LoadState *S) { in loadByte() 69 static size_t loadUnsigned (LoadState *S, size_t limit) { in loadUnsigned() 83 static size_t loadSize (LoadState *S) { in loadSize() 88 static int loadInt (LoadState *S) { in loadInt() 93 static lua_Number loadNumber (LoadState *S) { in loadNumber() 100 static lua_Integer loadInteger (LoadState *S) { in loadInteger() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 165 static bool handleOverflow(InterpState &S, CodePtr OpPC, const T &SrcValue) { in handleOverflow() 181 bool CheckShift(InterpState &S, CodePtr OpPC, const LT &LHS, const RT &RHS, in CheckShift() 228 bool CheckDivRem(InterpState &S, CodePtr OpPC, const T &LHS, const T &RHS) { in CheckDivRem() 257 bool CheckArraySize(InterpState &S, CodePtr OpPC, SizeT *NumElements, in CheckArraySize() 324 bool Ret(InterpState &S, CodePtr &PC) { in Ret() 346 inline bool RetVoid(InterpState &S, CodePtr &PC) { in RetVoid() 369 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper() 410 bool Add(InterpState &S, CodePtr OpPC) { in Add() 425 inline bool Addf(InterpState &S, CodePtr OpPC, uint32_t FPOI) { in Addf() 437 bool Sub(InterpState &S, CodePtr OpPC) { in Sub() [all …]
|
| H A D | Interp.cpp | 31 static bool RetValue(InterpState &S, CodePtr &Pt) { in RetValue() 39 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) { in Jmp() 44 static bool Jt(InterpState &S, CodePtr &PC, int32_t Offset) { in Jt() 51 static bool Jf(InterpState &S, CodePtr &PC, int32_t Offset) { in Jf() 64 static bool BCP(InterpState &S, CodePtr &RealPC, int32_t Offset, PrimType PT) { in BCP() 128 static void diagnoseMissingInitializer(InterpState &S, CodePtr OpPC, in diagnoseMissingInitializer() 137 static bool diagnoseUnknownDecl(InterpState &S, CodePtr OpPC, in diagnoseUnknownDecl() 173 static void diagnoseNonConstVariable(InterpState &S, CodePtr OpPC, in diagnoseNonConstVariable() 210 static bool CheckTemporary(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckTemporary() 235 static bool CheckGlobal(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckGlobal() [all …]
|
| H A D | InterpBuiltin.cpp | 54 static void pushInteger(InterpState &S, const APSInt &Val, QualType QT) { in pushInteger() 87 static void pushInteger(InterpState &S, T Val, QualType QT) { in pushInteger() 100 static void assignInteger(InterpState &S, const Pointer &Dest, PrimType ValueT, in assignInteger() 131 static void diagnoseNonConstexprBuiltin(InterpState &S, CodePtr OpPC, in diagnoseNonConstexprBuiltin() 145 static bool interp__builtin_is_constant_evaluated(InterpState &S, CodePtr OpPC, in interp__builtin_is_constant_evaluated() 176 static bool interp__builtin_assume(InterpState &S, CodePtr OpPC, in interp__builtin_assume() 184 static bool interp__builtin_strcmp(InterpState &S, CodePtr OpPC, in interp__builtin_strcmp() 266 static bool interp__builtin_strlen(InterpState &S, CodePtr OpPC, in interp__builtin_strlen() 321 static bool interp__builtin_nan(InterpState &S, CodePtr OpPC, in interp__builtin_nan() 383 static bool interp__builtin_inf(InterpState &S, CodePtr OpPC, in interp__builtin_inf() [all …]
|
| /freebsd/contrib/llvm-project/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
|
| /freebsd/sys/contrib/ck/include/gcc/ |
| H A D | ck_pr.h | 58 #define CK_PR_LOAD(S, M, T) \ argument 99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) argument 156 #define CK_PR_CAS(S, M, T) \ in CK_PR_FENCE() argument 167 #define CK_PR_CAS_S(S, T) CK_PR_CAS(S, T, T) argument 191 #define CK_PR_CAS_O(S, T) \ argument 213 #define CK_PR_FAA(S, M, T) \ argument 223 #define CK_PR_FAA_S(S, T) CK_PR_FAA(S, T, T) argument 239 #define CK_PR_BINARY(K, S, M, T) \ argument 247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) argument 269 #define CK_PR_UNARY(S, M, T) \ argument [all …]
|
| /freebsd/sys/contrib/ck/include/gcc/x86/ |
| H A D | ck_pr.h | 111 #define CK_PR_FAS(S, M, T, C, I) \ argument 125 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument 137 #define CK_PR_LOAD(S, M, T, C, I) \ argument 151 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 163 #define CK_PR_STORE(S, M, T, C, I) \ argument 176 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument 191 #define CK_PR_FAA(S, M, T, C, I) \ argument 205 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument 220 #define CK_PR_UNARY(K, S, T, C, I) \ argument 224 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_blake2s_ref.c | 45 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 …]
|
| /freebsd/sys/contrib/ck/include/gcc/x86_64/ |
| H A D | ck_pr.h | 140 #define CK_PR_FAS(S, M, T, C, I) \ argument 154 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument 173 #define CK_PR_LOAD(S, M, T, C, I) \ argument 187 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 224 #define CK_PR_LOAD_2(S, W, T) \ argument 245 #define CK_PR_STORE_IMM(S, M, T, C, I, K) \ argument 256 #define CK_PR_STORE(S, M, T, C, I) \ argument 272 #define CK_PR_STORE_S(S, T, I, K) CK_PR_STORE_IMM(S, T, T, T, I, K) argument 289 #define CK_PR_FAA(S, M, T, C, I) \ argument 303 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 148 void VisitBinaryOperator(const BinaryOperator *S) { in VisitBinaryOperator() 206 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() 229 void VisitDeclStmt(const DeclStmt *S) { in VisitDeclStmt() 290 void VisitImplicitCastExpr(const ImplicitCastExpr *S) { in VisitImplicitCastExpr() 367 void VisitUnaryOperator(const UnaryOperator *S) { in VisitUnaryOperator() 421 void VisitCXXThisExpr(const CXXThisExpr *S) { in VisitCXXThisExpr() 431 void VisitCXXNewExpr(const CXXNewExpr *S) { in VisitCXXNewExpr() 436 void VisitCXXDeleteExpr(const CXXDeleteExpr *S) { in VisitCXXDeleteExpr() 443 void VisitReturnStmt(const ReturnStmt *S) { in VisitReturnStmt() 471 void VisitMemberExpr(const MemberExpr *S) { in VisitMemberExpr() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 506 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 …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2b-ref.c | 38 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 …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 55 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64() 88 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument 116 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF() 140 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument 166 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument 190 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument 216 static uint64_t resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSystemZ() argument 240 static uint64_t resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc64() argument 276 static uint64_t resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAmdgpu() 300 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFWriter.cpp | 169 for (auto &S : Obj.getMutableSections()) { in layoutSections() local 195 for (const auto &S : Obj.getSections()) in finalizeStringTable() local 202 for (const auto &S : Obj.getSymbols()) in finalizeStringTable() local 208 for (auto &S : Obj.getMutableSections()) { in finalizeStringTable() local 222 for (auto &S : Obj.getMutableSymbols()) { in finalizeStringTable() local 236 for (auto &S : Obj.getMutableSymbols()) { in finalizeSymbolTable() local 296 const Section &S = Obj.getSections().back(); in finalize() local 387 for (const auto &S : Obj.getSections()) { in writeHeaders() local 394 for (const auto &S : Obj.getSections()) { in writeSections() local 427 for (const auto &S : Obj.getSymbols()) { in writeSymbolStringTables() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 146 PPCTargetStreamer::PPCTargetStreamer(MCStreamer &S) : MCTargetStreamer(S) {} in PPCTargetStreamer() 210 PPCTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS) in PPCTargetAsmStreamer() 213 void emitTCEntry(const MCSymbol &S, PPCMCExpr::Specifier Kind) override { in emitTCEntry() 253 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override { in emitLocalEntry() 266 PPCTargetELFStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetELFStreamer() 272 void emitTCEntry(const MCSymbol &S, PPCMCExpr::Specifier Kind) override { in emitTCEntry() 291 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override { in emitLocalEntry() 310 void emitAssignment(MCSymbol *S, const MCExpr *Value) override { in emitAssignment() 334 bool copyLocalEntry(MCSymbolELF *D, const MCExpr *S) { in copyLocalEntry() 374 PPCTargetMachOStreamer(MCStreamer &S) : PPCTargetStreamer(S) {} in PPCTargetMachOStreamer() [all …]
|
| /freebsd/sys/contrib/ck/include/gcc/aarch64/ |
| H A D | ck_pr.h | 90 #define CK_PR_LOAD(S, M, T, I) \ argument 101 #define CK_PR_LOAD_64(S, M, T, I) \ argument 116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) argument 117 #define CK_PR_LOAD_S_64(S, T, I) CK_PR_LOAD_64(S, T, T, I) argument 136 #define CK_PR_STORE(S, M, T, I) \ argument 147 #define CK_PR_STORE_64(S, M, T, I) \ argument 161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I) argument 162 #define CK_PR_STORE_S_64(S, T, I) CK_PR_STORE_64(S, T, T, I) argument 212 #define CK_PR_NEG_S(S, T, W) \ argument
|
| /freebsd/sys/contrib/libb2/ |
| H A D | blake2b-ref.c | 46 static inline int blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode() 52 static inline int blake2b_clear_lastnode( blake2b_state *S ) in blake2b_clear_lastnode() 59 static inline int blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock() 67 static inline int blake2b_clear_lastblock( blake2b_state *S ) in blake2b_clear_lastblock() 75 static inline int blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter() 139 static inline int blake2b_init0( blake2b_state *S ) in blake2b_init0() 169 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() 184 int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init() 205 int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key() 237 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() [all …]
|
| H A D | blake2s-ref.c | 41 static inline int blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode() 47 static inline int blake2s_clear_lastnode( blake2s_state *S ) in blake2s_clear_lastnode() 54 static inline int blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock() 62 static inline int blake2s_clear_lastblock( blake2s_state *S ) in blake2s_clear_lastblock() 70 static inline int blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter() 132 static inline int blake2s_init0( blake2s_state *S ) in blake2s_init0() 162 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param() 177 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init() 198 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ) in blake2s_init_key() 230 static int blake2s_compress( blake2s_state *S, const uint8_t block[BLAKE2S_BLOCKBYTES] ) in blake2s_compress() [all …]
|
| H A D | blake2-dispatch.c | 446 int blake2b_init_dispatch( blake2b_state *S, size_t outlen ) in blake2b_init_dispatch() 452 int blake2b_init_key_dispatch( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key_dispatch() 458 int blake2b_init_param_dispatch( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param_dispatch() 464 int blake2b_update_dispatch( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update_dispatch() 470 int blake2b_final_dispatch( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final_dispatch() 482 BLAKE2_API int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init() 487 BLAKE2_API int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key() 492 BLAKE2_API int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() 497 BLAKE2_API int blake2b_update( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update() 502 BLAKE2_API int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 36 static void writeWithCommas(raw_ostream &S, ArrayRef<char> Buffer) { in writeWithCommas() 55 static void write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, in write_unsigned_impl() 78 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned() 89 static void write_signed(raw_ostream &S, T N, size_t MinDigits, in write_signed() 104 void llvm::write_integer(raw_ostream &S, unsigned int N, size_t MinDigits, in write_integer() 109 void llvm::write_integer(raw_ostream &S, int N, size_t MinDigits, in write_integer() 114 void llvm::write_integer(raw_ostream &S, unsigned long N, size_t MinDigits, in write_integer() 119 void llvm::write_integer(raw_ostream &S, long N, size_t MinDigits, in write_integer() 124 void llvm::write_integer(raw_ostream &S, unsigned long long N, size_t MinDigits, in write_integer() 129 void llvm::write_integer(raw_ostream &S, long long N, size_t MinDigits, in write_integer() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 24 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleFallThroughAttr() 51 static Attr *handleSuppressAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleSuppressAttr() 74 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleLoopHintAttr() 101 LoopHintAttr::LoopHintState S) { in handleLoopHintAttr() 199 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder() 208 void VisitAsmStmt(const AsmStmt *S) { FoundAsmStmt = true; } in VisitAsmStmt() 218 static Attr *handleNoMergeAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleNoMergeAttr() 231 static Attr *handleNoConvergentAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleNoConvergentAttr() 297 static Attr *handleNoInlineAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleNoInlineAttr() 312 static Attr *handleAlwaysInlineAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleAlwaysInlineAttr() [all …]
|
| H A D | SemaDeclAttr.cpp | 97 static bool checkPositiveIntArgument(Sema &S, const AttrInfo &AI, const Expr *Expr, in checkPositiveIntArgument() 172 static bool threadSafetyCheckIsSmartPointer(Sema &S, const RecordType* RT) { in threadSafetyCheckIsSmartPointer() 208 static bool threadSafetyCheckIsPointer(Sema &S, const Decl *D, in threadSafetyCheckIsPointer() 259 static bool checkRecordTypeForCapability(Sema &S, QualType Ty) { in checkRecordTypeForCapability() 277 static bool checkRecordTypeForScopedCapability(Sema &S, QualType Ty) { in checkRecordTypeForScopedCapability() 302 static bool typeHasCapability(Sema &S, QualType Ty) { in typeHasCapability() 312 static bool isCapabilityExpr(Sema &S, const Expr *Ex) { in isCapabilityExpr() 342 static void checkAttrArgsAreCapabilityObjs(Sema &S, Decl *D, in checkAttrArgsAreCapabilityObjs() 435 static bool checkFunParamsAreScopedLockable(Sema &S, in checkFunParamsAreScopedLockable() 452 static void handlePtGuardedVarAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handlePtGuardedVarAttr() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 356 if (auto S = dyn_cast<WasmYAML::DylinkSection>(&Section)) { in writeSectionContent() local 358 } else if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent() local 360 } else if (auto S = dyn_cast<WasmYAML::LinkingSection>(&Section)) { in writeSectionContent() local 362 } else if (auto S = dyn_cast<WasmYAML::ProducersSection>(&Section)) { in writeSectionContent() local 364 } else if (auto S = dyn_cast<WasmYAML::TargetFeaturesSection>(&Section)) { in writeSectionContent() local 612 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() local 622 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() local 624 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm() local 626 else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) in writeWasm() local 628 else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) in writeWasm() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 60 df_iterator_storage(const df_iterator_storage &S) : Visited(S.Visited) {} in df_iterator_storage() 116 inline df_iterator(NodeRef Node, SetType &S) in df_iterator() 122 inline df_iterator(SetType &S) in df_iterator() 162 static df_iterator begin(const GraphT &G, SetType &S) { in begin() 165 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end() 245 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin() 250 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() 256 SetTy &S) { in depth_first_ext() 296 idf_ext_iterator<T, SetTy> idf_ext_begin(const T& G, SetTy &S) { in idf_ext_begin() 301 idf_ext_iterator<T, SetTy> idf_ext_end(const T& G, SetTy &S) { in idf_ext_end() [all …]
|