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
254 static inline bool ReadPrimitive(input, CType* value) INL;
263 RepeatedField<CType>* value) INL;
280 CType* value) INL;
287 RepeatedField<CType>* value) INL;
318 static inline void WriteTag(field_number, WireType type, output) INL;
321 static inline void WriteInt32NoTag (int32 value, output) INL;
322 static inline void WriteInt64NoTag (int64 value, output) INL;
323 static inline void WriteUInt32NoTag (uint32 value, output) INL;
324 static inline void WriteUInt64NoTag (uint64 value, output) INL;
[all …]
/external/llvm/test/DebugInfo/Generic/
Dinline-debug-info.ll34 ; CHECK: [[INL:![0-9]*]] = distinct !DILocation(line: 14, scope: {{.*}})
35 ; CHECK: [[MD]] = !DILocation(line: 9, scope: {{.*}}, inlinedAt: [[INL]])
Dinline-debug-info-multiret.ll13 ; CHECK: ![[INL:[0-9]+]] = distinct !DILocation(line: 14, scope: {{.*}})
14 ; CHECK: ![[MD]] = !DILocation(line: 9, scope: {{.*}}, inlinedAt: ![[INL]])