Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h245 #define INL GOOGLE_ATTRIBUTE_ALWAYS_INLINE macro
253 template <typename CType, enum FieldType DeclaredType> INL
259 template <typename CType, enum FieldType DeclaredType> INL
278 template <typename CType, enum FieldType DeclaredType> INL
284 template <typename CType, enum FieldType DeclaredType> INL
355 INL static void WriteTag(field_number, WireType type, output);
358 INL static void WriteInt32NoTag (int32 value, output);
359 INL static void WriteInt64NoTag (int64 value, output);
360 INL static void WriteUInt32NoTag (uint32 value, output);
361 INL static void WriteUInt64NoTag (uint64 value, output);
[all …]
/external/llvm/test/DebugInfo/Generic/
Dinline-debug-info-multiret.ll13 ; CHECK: ![[INL:[0-9]+]] = distinct !DILocation(line: 14, scope: {{.*}})
14 ; CHECK: ![[MD]] = !DILocation(line: 9, scope: {{.*}}, inlinedAt: ![[INL]])
Dinline-debug-info.ll34 ; CHECK: [[INL:![0-9]*]] = distinct !DILocation(line: 14, scope: {{.*}})
35 ; CHECK: [[MD]] = !DILocation(line: 9, scope: {{.*}}, inlinedAt: [[INL]])