Home
last modified time | relevance | path

Searched refs:STC (Results 1 – 25 of 1824) sorted by relevance

12345678910>>...73

/dports/audio/fdk-aac/fdk-aac-2.0.2/libFDK/src/
H A DFDK_tools_rom.cpp790 STC(0x7ba3751d), STC(0x6ed9eba1), STC(0x5a82799a), STC(0x40000000),
791 STC(0x2120fb83), STC(0x00000000), STC(0xdedf047d), STC(0xc0000000),
798 STC(0x2120fb83), STC(0x40000000), STC(0x5a82799a), STC(0x6ed9eba1),
799 STC(0x7ba3751d), STC(0x7fffffff), STC(0x7ba3751d), STC(0x6ed9eba1),
806 STC(0x7ee7aa4c), STC(0x7ba3751d), STC(0x7641af3d), STC(0x7ba3751d),
807 STC(0x6ed9eba1), STC(0x5a82799a), STC(0x7641af3d), STC(0x5a82799a),
808 STC(0x30fbc54d), STC(0x6ed9eba1), STC(0x40000000), STC(0x00000000),
809 STC(0x658c9a2d), STC(0x2120fb83), STC(0xcf043ab3), STC(0x5a82799a),
810 STC(0x00000000), STC(0xa57d8666), STC(0x4debe4fe), STC(0xdedf047d),
811 STC(0x89be50c3), STC(0x40000000), STC(0xc0000000), STC(0x80000000),
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libFDK/src/
H A DFDK_tools_rom.cpp790 STC(0x7ba3751d), STC(0x6ed9eba1), STC(0x5a82799a), STC(0x40000000),
791 STC(0x2120fb83), STC(0x00000000), STC(0xdedf047d), STC(0xc0000000),
798 STC(0x2120fb83), STC(0x40000000), STC(0x5a82799a), STC(0x6ed9eba1),
799 STC(0x7ba3751d), STC(0x7fffffff), STC(0x7ba3751d), STC(0x6ed9eba1),
806 STC(0x7ee7aa4c), STC(0x7ba3751d), STC(0x7641af3d), STC(0x7ba3751d),
807 STC(0x6ed9eba1), STC(0x5a82799a), STC(0x7641af3d), STC(0x5a82799a),
808 STC(0x30fbc54d), STC(0x6ed9eba1), STC(0x40000000), STC(0x00000000),
809 STC(0x658c9a2d), STC(0x2120fb83), STC(0xcf043ab3), STC(0x5a82799a),
810 STC(0x00000000), STC(0xa57d8666), STC(0x4debe4fe), STC(0xdedf047d),
811 STC(0x89be50c3), STC(0x40000000), STC(0xc0000000), STC(0x80000000),
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dastenums.d117 FUNCATTR = (STC.ref_ | STC.nothrow_ | STC.nogc | STC.pure_ | STC.property | STC.live |
123 …(STC.auto_ | STC.scope_ | STC.static_ | STC.extern_ | STC.const_ | STC.final_ | STC.abstract_ | ST…
124STC.deprecated_ | STC.future | STC.override_ | STC.lazy_ | STC.alias_ | STC.out_ | STC.in_ | STC.m…
125STC.immutable_ | STC.shared_ | STC.wild | STC.nothrow_ | STC.nogc | STC.pure_ | STC.ref_ | STC.ret…
126 STC.property | STC.safeGroup | STC.disable | STC.local | STC.live),
131 …flowThruFunction = ~(STC.auto_ | STC.scope_ | STC.static_ | STC.extern_ | STC.abstract_ | STC.depr…
132STC.TYPECTOR | STC.final_ | STC.tls | STC.gshared | STC.ref_ | STC.return_ | STC.property |
154 (STC.auto_ | STC.scope_ | STC.static_ | STC.extern_ | STC.const_ | STC.final_ |
155 STC.abstract_ | STC.synchronized_ | STC.deprecated_ | STC.override_ | STC.lazy_ |
156 STC.alias_ | STC.out_ | STC.in_ | STC.manifest | STC.immutable_ | STC.shared_ |
[all …]
H A Dclone.d76 StorageClass stc = (sa & (STC.pure_ | STC.nothrow_ | STC.nogc)) | (so & STC.disable); in mergeFuncAttrs()
82 else if ((so & (STC.trusted | STC.safe)) == (STC.trusted | STC.safe)) in mergeFuncAttrs()
268 StorageClass stc = STC.safe | STC.nothrow_ | STC.pure_ | STC.nogc; in buildOpAssign()
296 stc = (stc & ~STC.safe) | STC.trusted; in buildOpAssign()
321 swap.storage_class |= STC.nodtor | STC.temp | STC.ctfe; in buildOpAssign()
852 StorageClass stc = STC.safe | STC.nothrow_ | STC.pure_ | STC.nogc; in buildDtor()
997 stc = STC.safe | STC.nothrow_ | STC.pure_ | STC.nogc; in buildDtor()
1170 StorageClass stc = STC.safe | STC.nothrow_ | STC.pure_ | STC.nogc; in buildInv()
1218 StorageClass stc = STC.safe | STC.nothrow_ | STC.pure_ | STC.nogc; in buildPostBlit()
1349 stc = (stc & ~STC.safe) | STC.trusted; in buildPostBlit()
[all …]
H A Descape.d649 … (va.storage_class & v.storage_class & (STC.maybescope | STC.variadic)) == STC.maybescope && in checkAssignEscape()
683 va.storage_class |= STC.scope_ | STC.scopeinferred; in checkAssignEscape()
721 va.storage_class |= STC.scope_ | STC.scopeinferred; in checkAssignEscape()
845 va.storage_class |= STC.scope_ | STC.scopeinferred; in checkAssignEscape()
848 va.storage_class |= STC.return_ | STC.returninferred; in checkAssignEscape()
948 va.storage_class |= STC.scope_ | STC.scopeinferred; in checkAssignEscape()
1455 v.storage_class |= STC.return_ | STC.returninferred; in inferReturn()
1461 fd.storage_class |= STC.return_ | STC.returninferred; in inferReturn()
1881 … if (v.storage_class & STC.ref_ && v.storage_class & (STC.foreach_ | STC.temp) && v._init) in visit()
2011 if ((stc & (STC.out_ | STC.ref_)) && (stc & STC.return_)) in visit()
[all …]
H A Ddeclaration.d390 if ((storage_class & (STC.foreach_ | STC.ref_)) == (STC.foreach_ | STC.ref_)) in checkModify()
529 return (storage_class & (STC.ref_ | STC.out_)) != 0; in isReference()
1142 assert(!(storage_class & (STC.static_ | STC.extern_ | STC.parameter | STC.tls))); in setFieldOffset()
1225 …if (!(storage_class & (STC.static_ | STC.extern_ | STC.manifest | STC.templateparameter | STC.tls … in inout()
1288 else if (storage_class & (STC.static_ | STC.extern_ | STC.tls | STC.gshared) || in isDataseg()
1307 …bool i = isDataseg() && !(storage_class & (STC.immutable_ | STC.const_ | STC.shared_ | STC.gshared… in isThreadlocal()
1385 if (storage_class & (STC.nodtor | STC.ref_ | STC.out_ | STC.field)) in callScopeDtor()
1448 if (storage_class & (STC.auto_ | STC.scope_) && !(storage_class & STC.parameter)) in callScopeDtor()
1657 enum special = STC.temp | STC.foreach_; in enclosesLifetimeOf()
1836 storage_class |= STC.const_; in this()
[all …]
H A Ddsymbolsem.d717 …if (dsym.storage_class & (STC.static_ | STC.extern_ | STC.manifest | STC.templateparameter | STC.t… in visit()
825 …if (dsym.storage_class & (STC.field | STC.out_ | STC.ref_ | STC.static_ | STC.manifest | STC.tls |… in visit()
856 …!(dsym.storage_class & (STC.static_ | STC.extern_ | STC.tls | STC.gshared | STC.manifest | STC.fie… in visit()
936 … sc.stc &= ~(STC.TYPECTOR | STC.pure_ | STC.nothrow_ | STC.nogc | STC.ref_ | STC.disable); in visit()
1128 …!(dsym.storage_class & (STC.parameter | STC.temp | STC.field | STC.in_ | STC.foreach_ | STC.result… in visit()
1435 sc.stc &= ~(STC.auto_ | STC.scope_ | STC.static_ | STC.tls | STC.gshared); in visit()
6318 if (ds.storage_class & (STC.ref_ | STC.nothrow_ | STC.nogc | STC.pure_ | STC.disable)) in aliasSemantic()
6448 …const storage_class = sc.stc & (STC.deprecated_ | STC.ref_ | STC.nothrow_ | STC.nogc | STC.pure_ |… in aliasAssignSemantic()
6502 … if (storage_class & (STC.ref_ | STC.nothrow_ | STC.nogc | STC.pure_ | STC.shared_ | STC.disable)) in aliasAssignSemantic()
6507 …sc2.stc |= storage_class & (STC.ref_ | STC.nothrow_ | STC.nogc | STC.pure_ | STC.shared_ | STC.dis… in aliasAssignSemantic()
[all …]
H A Dattrib.d247 if (stc & (STC.auto_ | STC.scope_ | STC.static_ | STC.extern_ | STC.manifest)) in newScope()
248 scstc &= ~(STC.auto_ | STC.scope_ | STC.static_ | STC.extern_ | STC.manifest); in newScope()
249 if (stc & (STC.auto_ | STC.scope_ | STC.static_ | STC.tls | STC.manifest | STC.gshared)) in newScope()
250 scstc &= ~(STC.auto_ | STC.scope_ | STC.static_ | STC.tls | STC.manifest | STC.gshared); in newScope()
251 if (stc & (STC.const_ | STC.immutable_ | STC.manifest)) in newScope()
252 scstc &= ~(STC.const_ | STC.immutable_ | STC.manifest); in newScope()
253 if (stc & (STC.gshared | STC.shared_ | STC.tls)) in newScope()
254 scstc &= ~(STC.gshared | STC.shared_ | STC.tls); in newScope()
255 if (stc & (STC.safe | STC.trusted | STC.system)) in newScope()
256 scstc &= ~(STC.safe | STC.trusted | STC.system); in newScope()
[all …]
H A Dparse.d1416 if (added & (STC.const_ | STC.immutable_ | STC.manifest)) in Parser()
1418 StorageClass u = orig & (STC.const_ | STC.immutable_ | STC.manifest); in Parser()
1422 if (added & (STC.gshared | STC.shared_ | STC.tls)) in Parser()
1424 StorageClass u = orig & (STC.gshared | STC.shared_ | STC.tls); in Parser()
2617 stc &= ~(STC.static_ | STC.TYPECTOR); in Parser()
2652 stc &= ~(STC.static_ | STC.TYPECTOR); in Parser()
2691 stc &= ~(STC.static_ | STC.TYPECTOR); in Parser()
2725 stc &= ~(STC.static_ | STC.TYPECTOR); in Parser()
2880 enum VarArgsStc = STC.const_ | STC.immutable_ | STC.shared_ | STC.scope_ | STC.return_; in Parser()
4084 if (stc & (STC.const_ | STC.immutable_ | STC.shared_ | STC.wild | STC.return_)) in Parser()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/charm2/
H A Dcharm2.pl112 open STC, '<', $fileName or die "Cannot open file $fileName for reading.\n";
113 @stcFile = <STC>;
114 close STC;
331 open STC, '>', $STC_FILE or die "Cannot open file $STC_FILE for writing.\n";
333 print STC <<END;
359 print STC "\nModify $HIP\n";
360 print STC "{\n";
361 print STC "\tRadius " . sprintf('%.0f', sprintf('%.4g', $radius));
363 print STC sprintf("%.2f mas\n", $angDiam);
364 print STC "}\n";
[all …]
/dports/astro/celestia/celestia-1.6.1/src/tools/charm2/
H A Dcharm2.pl112 open STC, '<', $fileName or die "Cannot open file $fileName for reading.\n";
113 @stcFile = <STC>;
114 close STC;
331 open STC, '>', $STC_FILE or die "Cannot open file $STC_FILE for writing.\n";
333 print STC <<END;
359 print STC "\nModify $HIP\n";
360 print STC "{\n";
361 print STC "\tRadius " . sprintf('%.0f', sprintf('%.4g', $radius));
363 print STC sprintf("%.2f mas\n", $angDiam);
364 print STC "}\n";
[all …]
/dports/misc/gpsim/gpsim-0.31.0/regression/p16f690/
H A DMakefile38 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
41 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
44 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
47 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
50 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
53 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp59 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
61 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
62 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
85 if (const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl())) { in getWidenedLoopState()
87 CXXMD->getThisType(STC->getAnalysisDeclContext()->getASTContext()), in getWidenedLoopState()
88 STC); in getWidenedLoopState()
/dports/misc/gpsim/gpsim-0.31.0/regression/usart_test/
H A DMakefile14 STC = $(PROJECT).stc macro
22 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
25 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
28 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
31 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
/dports/misc/gpsim/gpsim-0.31.0/regression/p16f684/
H A DMakefile37 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
40 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
43 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
46 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
49 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$<
/dports/misc/gpsim/gpsim-0.31.0/regression/interrupts_14bit/
H A DMakefile10 STC = $(PROJECT).stc macro
21 $(GPSIM) -i -I $(STARTUP_STC) -D STC=$(STC)
22 $(GPSIM) -i -I $(STARTUP_STC) -D STC=int_sleep.cod
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Ddtoh_enum_cpp98.d101 enum STC
107 static STC const STC_D = (STC)3;
213 enum STC
219 extern(C++) enum STC_D = STC.a | STC.b;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp58 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
61 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
85 const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl()); in getWidenedLoopState()
88 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp58 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
61 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
85 const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl()); in getWidenedLoopState()
88 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp58 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
61 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
85 const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl()); in getWidenedLoopState()
88 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp59 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
61 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
62 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
86 const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl()); in getWidenedLoopState()
89 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp58 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
61 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
87 const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl()); in getWidenedLoopState()
90 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp58 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
61 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
87 const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl()); in getWidenedLoopState()
90 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp58 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
61 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
87 const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl()); in getWidenedLoopState()
90 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp58 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState() local
60 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
61 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
87 const CXXMethodDecl *CXXMD = dyn_cast<CXXMethodDecl>(STC->getDecl()); in getWidenedLoopState()
90 MRMgr.getCXXThisRegion(CXXMD->getThisType(), STC); in getWidenedLoopState()

12345678910>>...73