Home
last modified time | relevance | path

Searched defs:TempBuffer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h349 struct TempBuffer { struct
354 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h369 struct TempBuffer { struct
374 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer() argument
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dcrypto_operation.rs187 struct TempBuffer(Vec<u8>); struct
189 impl TempBuffer { impl
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1119 char TempBuffer[17]; in outputHex() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1119 char TempBuffer[17]; in outputHex() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_internal.h566 …ImVector<char> TempBuffer; // temporary buffer for callback and other other o… member
931 char TempBuffer[1024*3+1]; // Temporary text buffer member