Home
last modified time | relevance | path

Searched refs:MakeStruct (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCompileCudaWithLLVM.rst468 __host__ HostS MakeStruct() { return HostS(); }
469 __device__ DeviceS MakeStruct() { return DeviceS(); }
471 // Now host and device code can call MakeStruct().
484 __host__ HostS MakeStruct() { return HostS(); }
486 __device__ DeviceS MakeStruct() { return DeviceS(); }
489 __host__ HostS MakeStruct() { return HostS(); }
490 __device__ DeviceS MakeStruct() { return DeviceS(); }
493 // Now host and device code can call MakeStruct().
/external/clang/include/clang/AST/
DAPValue.h151 MakeStruct(B, M); in APValue()
431 void MakeStruct(unsigned B, unsigned M) { in MakeStruct() function
/external/clang/lib/AST/
DAPValue.cpp167 MakeStruct(RHS.getStructNumBases(), RHS.getStructNumFields()); in APValue()