HomeSort by relevance Sort by last modified time
    Searched refs:TS (Results 76 - 100 of 246) sorted by null

1 2 34 5 6 7 8 910

  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 84 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>();
85 if (!TS)
88 TemplateName TM = TS->getTemplateName();
98 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>();
99 if (!TS)
102 TemplateName TM = TS->getTemplateName();
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 27 type TS string
44 func (v TS) String() string { return Sprintf("S: %q", string(v)) }
59 s = Sprintf("%v %v", TB(true), TS("x"))
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 27 type TS string
44 func (v TS) String() string { return Sprintf("S: %q", string(v)) }
59 s = Sprintf("%v %v", TB(true), TS("x"))
  /external/strace/linux/mips/
syscallent-n32.h 16 [6013] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
17 [6014] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" },
36 [6033] = { 0, TS, SEN(pause), "pause" },
63 [6060] = { 2, TS, SEN(kill), "kill" },
128 [6125] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" },
129 [6126] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" },
130 [6127] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" },
131 [6128] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" },
132 [6129] = { 2, TS, SEN(sigaltstack), "sigaltstack" },
195 [6192] = { 2, TS, SEN(kill), "tkill" }
    [all...]
syscallent-n64.h 16 [5013] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
17 [5014] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" },
36 [5033] = { 0, TS, SEN(pause), "pause" },
63 [5060] = { 2, TS, SEN(kill), "kill" },
128 [5125] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" },
129 [5126] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" },
130 [5127] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" },
131 [5128] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" },
132 [5129] = { 2, TS, SEN(sigaltstack), "sigaltstack" },
195 [5192] = { 2, TS, SEN(kill), "tkill" }
    [all...]
  /external/strace/linux/ia64/
syscallent.h 74 [1053] = { 2, TS, SEN(kill), "kill" },
197 [1176] = { 2, TS, SEN(sigaltstack), "sigaltstack" },
198 [1177] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
199 [1178] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" },
200 [1179] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" },
201 [1180] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" },
202 [1181] = { 0, TS, SEN(rt_sigreturn), "rt_sigreturn" },
203 [1182] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" },
204 [1183] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" },
250 [1229] = { 2, TS, SEN(kill), "tkill" }
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Disassembler.cpp 220 int Disassembler::disassembleEnhanced(const std::string &TS,
233 Triple T(TS);
238 errs() << "error: no default assembly syntax for " << TS.c_str() << "\n";
252 disassembler(EDDisassembler::getDisassembler(TS.c_str(), AS));
255 errs() << "error: couldn't get disassembler for " << TS << '\n';
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 42 MCTargetStreamer &TS = *Asm->OutStreamer->getTargetStreamer();
43 return static_cast<ARMTargetStreamer &>(TS);
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 477 static TraceState *TS;
480 if (!TS) return;
481 TS->StartTraceRecording();
485 if (!TS) return;
486 TS->StopTraceRecording();
492 TS->EnsureDfsanLabels(Size);
499 TS = new TraceState(MD, Options, this);
510 using fuzzer::TS;
523 TS->DFSanCmpCallback(PC, CmpSize, Type, Arg1, Arg2, L1, L2);
530 TS->DFSanSwitchCallback(PC, Cases[1], Val, Cases[0], Cases+2, L1)
    [all...]
  /external/clang/test/Analysis/
stack-addr-ps.cpp 84 struct TS {
  /external/clang/test/OpenMP/
parallel_ast_print.cpp 121 static T TS;
122 #pragma omp threadprivate(TS)
126 // CHECK: static int TS;
127 // CHECK-NEXT: #pragma omp threadprivate(S<int>::TS)
130 // CHECK: static long TS;
131 // CHECK-NEXT: #pragma omp threadprivate(S<long>::TS)
134 // CHECK: static T TS;
135 // CHECK-NEXT: #pragma omp threadprivate(S::TS)
146 #pragma omp parallel default(none), private(argc,b) firstprivate(argv) shared (d) if (parallel:argc > 0) num_threads(C) copyin(S<T>::TS) proc_bind(master) reduction(+:c, arr1[argc]) reduction(max:e, arr[:C][0:10])
160 // CHECK-NEXT: #pragma omp parallel default(none) private(argc,b) firstprivate(argv) shared(d) if(parallel: argc > 0) num_threads(5) copyin(S<int>::TS) proc_bind(master) reduction(+: c,arr1[argc]) reduction(max: e,arr[:5][0:10]
    [all...]
  /external/strace/linux/aarch64/
syscallent.h 37 [1045] = { 3, TD|TS, SEN(signalfd), "signalfd" },
53 [1061] = { 0, TS, SEN(pause), "pause" },
  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_standalone.c 46 timespec_t ts; local
47 ts.tv_sec = (time_t)sec;
48 ts.tv_nsec = 0;
53 "pushl %[TS]\n"
59 : [TS] "g" (&ts), [SYSNO] "n" (SYS_nanosleep)
64 "movq %[TS], %%rdi\n"
68 : [TS] "g" (&ts), [SYSNO] "n" (SYS_nanosleep)
  /prebuilts/go/darwin-x86/src/runtime/
iface_test.go 21 type TS uint16
25 func (TS) Method1() {}
26 func (TS) Method2() {}
51 ts TS
64 _ = e == ts
65 _ = i1 == ts
76 _ = e == ts
82 _ = i1 == ts
88 _ = e != ts
50 ts TS var
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
iface_test.go 21 type TS uint16
25 func (TS) Method1() {}
26 func (TS) Method2() {}
51 ts TS
64 _ = e == ts
65 _ = i1 == ts
76 _ = e == ts
82 _ = i1 == ts
88 _ = e != ts
50 ts TS var
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
opcodes.s 12 add *ar1+, ts, a ; Smem, TS, src
101 ld *ar1+,ts,a ; Smem,TS,dst
278 sub *ar1+,ts,a
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
SampleProf.h 369 for (const auto &TS : BS.second.getCallTargets())
370 if (TS.getValue() > Threshold) {
371 Function *Callee = M->getFunction(TS.getKey());
373 S.insert(Function::getGUID(TS.getKey()));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
SampleProf.h 369 for (const auto &TS : BS.second.getCallTargets())
370 if (TS.getValue() > Threshold) {
371 Function *Callee = M->getFunction(TS.getKey());
373 S.insert(Function::getGUID(TS.getKey()));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
SampleProf.h 369 for (const auto &TS : BS.second.getCallTargets())
370 if (TS.getValue() > Threshold) {
371 Function *Callee = M->getFunction(TS.getKey());
373 S.insert(Function::getGUID(TS.getKey()));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
SampleProf.h 369 for (const auto &TS : BS.second.getCallTargets())
370 if (TS.getValue() > Threshold) {
371 Function *Callee = M->getFunction(TS.getKey());
373 S.insert(Function::getGUID(TS.getKey()));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
SampleProf.h 369 for (const auto &TS : BS.second.getCallTargets())
370 if (TS.getValue() > Threshold) {
371 Function *Callee = M->getFunction(TS.getKey());
373 S.insert(Function::getGUID(TS.getKey()));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
SampleProf.h 369 for (const auto &TS : BS.second.getCallTargets())
370 if (TS.getValue() > Threshold) {
371 Function *Callee = M->getFunction(TS.getKey());
373 S.insert(Function::getGUID(TS.getKey()));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
SampleProf.h 369 for (const auto &TS : BS.second.getCallTargets())
370 if (TS.getValue() > Threshold) {
371 Function *Callee = M->getFunction(TS.getKey());
373 S.insert(Function::getGUID(TS.getKey()));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
SampleProf.h 369 for (const auto &TS : BS.second.getCallTargets())
370 if (TS.getValue() > Threshold) {
371 Function *Callee = M->getFunction(TS.getKey());
373 S.insert(Function::getGUID(TS.getKey()));
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 106 AMDGPUTargetStreamer *TS =
109 TS->EmitDirectiveHSACodeObjectVersion(2, 1);
112 TS->EmitDirectiveHSACodeObjectISA(ISA.Major, ISA.Minor, ISA.Stepping,
129 AMDGPUTargetStreamer *TS =
131 TS->EmitAMDGPUSymbolType(CurrentFnSym->getName(),
716 AMDGPUTargetStreamer *TS =
720 TS->EmitAMDKernelCodeT(header);

Completed in 597 milliseconds

1 2 34 5 6 7 8 910