Searched refs:INL (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.h | 245 #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/ |
D | inline-debug-info-multiret.ll | 13 ; CHECK: ![[INL:[0-9]+]] = distinct !DILocation(line: 14, scope: {{.*}}) 14 ; CHECK: ![[MD]] = !DILocation(line: 9, scope: {{.*}}, inlinedAt: ![[INL]])
|
D | inline-debug-info.ll | 34 ; CHECK: [[INL:![0-9]*]] = distinct !DILocation(line: 14, scope: {{.*}}) 35 ; CHECK: [[MD]] = !DILocation(line: 9, scope: {{.*}}, inlinedAt: [[INL]])
|