Home
last modified time | relevance | path

Searched defs:ValueLength (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dnew-array-size-conv.cpp10 int ValueLength; member
/external/clang/test/SemaCXX/
Dnew-array-size-conv.cpp10 int ValueLength; member
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAuthContextSafeHandle.cs94 public UIntPtr ValueLength; field
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h174 enum ValueLength { Byte = 1, Half = 2, Long = 4, Quad = 8, ULEB, SLEB }; enum
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1423 auto ValueLength = CurLoc - DataLoc; in writeVersionInfoValue() local