HomeSort by relevance Sort by last modified time
    Searched refs:Res (Results 1 - 25 of 766) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/profile/Inputs/
instrprof-comdat-1.cpp 9 int Res = Foo.DoIt(10);
11 if (Res > 10)
  /external/python/cpython2/Mac/Demo/resources/
listres.py 3 from Carbon import Res
7 ntypes = Res.Count1Types()
9 type = Res.Get1IndType(itype)
11 nresources = Res.Count1Resources(type)
13 Res.SetResLoad(0)
14 res = Res.Get1IndResource(type, i)
15 Res.SetResLoad(1)
16 info(res)
19 ntypes = Res.CountTypes(
    [all...]
  /external/clang/test/OpenMP/
threadprivate_codegen.cpp 199 // CHECK: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
200 // CHECK-NEXT: call {{.*}} [[S1_CTOR]]([[S1]]* [[RES]], {{.*}} 5)
207 // CHECK: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
208 // CHECK-NEXT: call {{.*}} [[S1_DTOR]]([[S1]]* [[RES]])
223 // CHECK-DEBUG: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
224 // CHECK-DEBUG-NEXT: call {{.*}} [[S1_CTOR:@.+]]([[S1]]* [[RES]], {{.*}} 5){{.*}}, !dbg
232 // CHECK-DEBUG: [[RES:%.*]] = bitcast i8* [[ARG]] to [[S1]]*
233 // CHECK-DEBUG-NEXT: call {{.*}} [[S1_DTOR:@.+]]([[S1]]* [[RES]]){{.*}}, !dbg
251 // CHECK: [[RES:%.*]] = bitcast i8* [[ARG]] to [2 x [3 x [[S1]]]]*
252 // CHECK: [[ARR1:%.*]] = getelementptr inbounds [2 x [3 x [[S1]]]], [2 x [3 x [[S1]]]]* [[RES]], i{{.*}} 0, i{{.*}}
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachO.h 42 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
43 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
44 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
45 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
46 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
47 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
48 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const;
49 virtual error_code isSymbolGlobal(DataRefImpl Symb, bool &Res) const;
50 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const;
52 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const
    [all...]
COFF.h 85 const coff_section *&Res) const;
86 error_code getString(uint32_t offset, StringRef &Res) const;
88 const coff_symbol *&Res) const;
95 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
96 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
97 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
98 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
99 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
100 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
101 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const
    [all...]
MachOObject.h 143 InMemoryStruct<macho::SegmentLoadCommand> &Res) const;
146 InMemoryStruct<macho::Segment64LoadCommand> &Res) const;
149 InMemoryStruct<macho::SymtabLoadCommand> &Res) const;
152 InMemoryStruct<macho::DysymtabLoadCommand> &Res) const;
155 InMemoryStruct<macho::LinkeditDataLoadCommand> &Res) const;
159 InMemoryStruct<macho::IndirectSymbolTableEntry> &Res) const;
163 InMemoryStruct<macho::Section> &Res) const;
167 InMemoryStruct<macho::Section64> &Res) const;
170 InMemoryStruct<macho::RelocationEntry> &Res) const;
173 InMemoryStruct<macho::SymbolTableEntry> &Res) const
    [all...]
  /external/valgrind/none/tests/amd64/
x87trigOOR.c 15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
25 void do_fsin ( /*OUT*/Res* r, double d )
27 assert(my_offsetof(Res,arg) == 0);
28 assert(my_offsetof(Res,st0) == 8);
29 assert(my_offsetof(Res,st1) == 16);
30 assert(my_offsetof(Res,fpusw) == 24);
47 void do_fcos ( /*OUT*/Res* r, double d )
49 assert(my_offsetof(Res,arg) == 0);
50 assert(my_offsetof(Res,st0) == 8);
51 assert(my_offsetof(Res,st1) == 16)
    [all...]
bug132918.c 8 struct { double d; int i; } Res;
10 static void do_fprem ( Res* res, double x, double y )
31 res->d = f64;
32 res->i = (int)(c3210 & 0x4700); /* mask for C3,2,1,0 */
35 static void show ( char* s, Res* res )
37 printf("%s -> 0x%04x %f\n", s, (int)res->i, (double)res->d);
42 Res r
    [all...]
  /external/valgrind/none/tests/x86/
x87trigOOR.c 15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
25 void do_fsin ( /*OUT*/Res* r, double d )
27 assert(my_offsetof(Res,arg) == 0);
28 assert(my_offsetof(Res,st0) == 8);
29 assert(my_offsetof(Res,st1) == 16);
30 assert(my_offsetof(Res,fpusw) == 24);
47 void do_fcos ( /*OUT*/Res* r, double d )
49 assert(my_offsetof(Res,arg) == 0);
50 assert(my_offsetof(Res,st0) == 8);
51 assert(my_offsetof(Res,st1) == 16)
    [all...]
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp 50 bool LanaiMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
53 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
56 Res =
57 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind());
  /external/llvm/unittests/Support/
MD5Test.cpp 28 SmallString<32> Res;
29 MD5::stringifyResult(MD5Res, Res);
30 EXPECT_EQ(Res, Final);
38 SmallString<32> Res;
39 MD5::stringifyResult(MD5Res, Res);
40 EXPECT_EQ(Res, Final);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 156 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
162 /// \pre \p Res must be a generic virtual register with pointer type.
165 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
167 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
170 /// into \p Res.
173 /// \pre \p Res must be a generic virtual register with pointer type
177 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
179 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
181 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1,
185 /// \pre \p Res, \p Op0 and \p Op1 must be generic virtual register
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 156 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
162 /// \pre \p Res must be a generic virtual register with pointer type.
165 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
167 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
170 /// into \p Res.
173 /// \pre \p Res must be a generic virtual register with pointer type
177 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
179 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
181 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1,
185 /// \pre \p Res, \p Op0 and \p Op1 must be generic virtual register
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 156 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
162 /// \pre \p Res must be a generic virtual register with pointer type.
165 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
167 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
170 /// into \p Res.
173 /// \pre \p Res must be a generic virtual register with pointer type
177 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
179 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
181 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1,
185 /// \pre \p Res, \p Op0 and \p Op1 must be generic virtual register
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 156 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
162 /// \pre \p Res must be a generic virtual register with pointer type.
165 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
167 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
170 /// into \p Res.
173 /// \pre \p Res must be a generic virtual register with pointer type
177 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
179 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
181 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1,
185 /// \pre \p Res, \p Op0 and \p Op1 must be generic virtual register
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 156 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
162 /// \pre \p Res must be a generic virtual register with pointer type.
165 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
167 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
170 /// into \p Res.
173 /// \pre \p Res must be a generic virtual register with pointer type
177 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
179 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
181 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1,
185 /// \pre \p Res, \p Op0 and \p Op1 must be generic virtual register
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 156 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
162 /// \pre \p Res must be a generic virtual register with pointer type.
165 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
167 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
170 /// into \p Res.
173 /// \pre \p Res must be a generic virtual register with pointer type
177 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
179 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
181 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1,
185 /// \pre \p Res, \p Op0 and \p Op1 must be generic virtual register
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 156 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
162 /// \pre \p Res must be a generic virtual register with pointer type.
165 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
167 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
170 /// into \p Res.
173 /// \pre \p Res must be a generic virtual register with pointer type
177 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
179 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
181 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1,
185 /// \pre \p Res, \p Op0 and \p Op1 must be generic virtual register
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 156 /// Build and insert \p Res<def> = G_FRAME_INDEX \p Idx
162 /// \pre \p Res must be a generic virtual register with pointer type.
165 MachineInstrBuilder buildFrameIndex(unsigned Res, int Idx);
167 /// Build and insert \p Res<def> = G_GLOBAL_VALUE \p GV
170 /// into \p Res.
173 /// \pre \p Res must be a generic virtual register with pointer type
177 MachineInstrBuilder buildGlobalValue(unsigned Res, const GlobalValue *GV);
179 /// Build and insert \p Res<def> = G_ADD \p Op0, \p Op1
181 /// G_ADD sets \p Res to the sum of integer parameters \p Op0 and \p Op1,
185 /// \pre \p Res, \p Op0 and \p Op1 must be generic virtual register
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 33 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
34 Builder.CreateStore(Res, Ptr);
36 Res = Builder.CreateInsertValue(UndefValue::get(CXI->getType()), Orig, 0);
37 Res = Builder.CreateInsertValue(Res, Equal, 1);
39 CXI->replaceAllUsesWith(Res);
50 Value *Res = nullptr;
55 Res = Val;
58 Res = Builder.CreateAdd(Orig, Val);
61 Res = Builder.CreateSub(Orig, Val)
    [all...]
  /external/compiler-rt/test/esan/TestCases/
workingset-signal-posix.cpp 41 int Res = sigfillset(&SigAct.sa_mask);
42 assert(Res == 0);
44 Res = sigaction(SIGSEGV, &SigAct, NULL);
45 assert(Res == 0);
51 Res = sigaction(SIGSEGV, NULL, &SigAct);
52 assert(Res == 0);
59 Res = sigprocmask(SIG_BLOCK, &Set, NULL);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Startup.c 60 TPM2_STARTUP_RESPONSE Res;
69 ResultBufSize = sizeof(Res);
70 Status = Tpm2SubmitCommand (sizeof(Cmd), (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
75 ResponseCode = SwapBytes32(Res.Header.responseCode);
103 TPM2_SHUTDOWN_RESPONSE Res;
111 ResultBufSize = sizeof(Res);
112 Status = Tpm2SubmitCommand (sizeof(Cmd), (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
117 if (SwapBytes32(Res.Header.responseCode) != TPM_RC_SUCCESS) {
118 DEBUG ((EFI_D_ERROR, "Tpm2Shutdown: Response Code error! 0x%08x\r\n", SwapBytes32(Res.Header.responseCode)));
  /external/libcxx/test/std/experimental/utilities/meta/meta.detect/
detected_or.pass.cpp 31 template <typename T, typename Res>
33 static_assert( std::is_same<Res, typename ex::detected_or <double, hasFoo, T>::type>::value, "" );
34 static_assert( std::is_same<Res, typename ex::detected_or_t<double, hasFoo, T> >::value, "" );
  /external/llvm/lib/Fuzzer/test/
ThreadedTest.cpp 15 size_t Res = 0;
17 Res += memcmp(Data, Data + Size / 2, 4);
18 return Res;
  /external/lzma/CPP/7zip/Common/
CWrappers.h 13 HRESULT Res;
22 HRESULT Res;
32 HRESULT Res;
41 HRESULT Res;
47 HRESULT SResToHRESULT(SRes res) throw();
59 HRESULT Res;
70 Res = S_OK;
91 HRESULT Res;
102 Res = S_OK;

Completed in 6121 milliseconds

1 2 3 4 5 6 7 8 91011>>