Searched refs:Inline (Results 1 – 25 of 199) sorted by relevance
12345678
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | InlineInfo.cpp | 111 InlineInfo Inline; in lookup() local 112 Inline.Ranges.decode(Data, BaseAddr, Offset); in lookup() 113 if (Inline.Ranges.empty()) in lookup() 117 if (!Inline.Ranges.contains(Addr)) { in lookup() 125 Inline.Name = Data.getU32(&Offset); in lookup() 126 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in lookup() 127 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset); in lookup() 131 const auto ChildBaseAddr = Inline.Ranges[0].Start; in lookup() 137 Optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup() 141 Inline.CallFile); in lookup() [all …]
|
D | FunctionInfo.cpp | 29 << "Name=" << HEX32(FI.Name) << '\n' << FI.OptLineTable << FI.Inline; in operator <<() 81 FI.Inline = std::move(II.get()); in decode() 127 if (Inline.hasValue()) { in encode() 133 llvm::Error err = Inline->encode(O, Range.Start); in encode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | FunctionInfo.h | 92 llvm::Optional<InlineInfo> Inline; member 105 return OptLineTable.hasValue() || Inline.hasValue(); in hasRichInfo() 183 Inline = None; in clear() 189 LHS.OptLineTable == RHS.OptLineTable && LHS.Inline == RHS.Inline; 205 if (LHS.Inline.hasValue() != RHS.Inline.hasValue()) 206 return RHS.Inline.hasValue();
|
/third_party/zlib/contrib/ada/ |
D | zlib.ads | 131 pragma Inline (Version); 166 pragma Inline (Is_Open); 192 pragma Inline (Total_In); 196 pragma Inline (Total_Out); 203 pragma Inline (CRC32); 209 pragma Inline (CRC32); 230 pragma Inline (Stream_End); 238 pragma Inline (Flush);
|
D | zlib-thin.ads | 274 pragma Inline (Deflate_Init); 299 pragma Inline (Inflate_Init); 317 pragma Inline (Set_In); 323 pragma Inline (Set_Out); 330 pragma Inline (Set_Mem_Func); 333 pragma Inline (Last_Error_Message); 336 pragma Inline (Avail_Out); 339 pragma Inline (Avail_In); 342 pragma Inline (Total_In); 345 pragma Inline (Total_Out);
|
D | zlib-streams.ads | 38 pragma Inline (Read_Total_In); 42 pragma Inline (Read_Total_Out); 46 pragma Inline (Write_Total_In); 50 pragma Inline (Write_Total_Out);
|
D | zlib.adb | 86 pragma Inline (Raise_Error); 89 pragma Inline (Raise_Error); 568 pragma Inline (Put_32);
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/ |
D | zlib-thin.ads | 274 pragma Inline (Deflate_Init); 299 pragma Inline (Inflate_Init); 317 pragma Inline (Set_In); 323 pragma Inline (Set_Out); 330 pragma Inline (Set_Mem_Func); 333 pragma Inline (Last_Error_Message); 336 pragma Inline (Avail_Out); 339 pragma Inline (Avail_In); 342 pragma Inline (Total_In); 345 pragma Inline (Total_Out);
|
D | zlib-streams.ads | 38 pragma Inline (Read_Total_In); 42 pragma Inline (Read_Total_Out); 46 pragma Inline (Write_Total_In); 50 pragma Inline (Write_Total_Out);
|
D | zlib.adb | 86 pragma Inline (Raise_Error); 89 pragma Inline (Raise_Error); 568 pragma Inline (Put_32);
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/ |
D | zlib-thin.ads | 274 pragma Inline (Deflate_Init); 299 pragma Inline (Inflate_Init); 317 pragma Inline (Set_In); 323 pragma Inline (Set_Out); 330 pragma Inline (Set_Mem_Func); 333 pragma Inline (Last_Error_Message); 336 pragma Inline (Avail_Out); 339 pragma Inline (Avail_In); 342 pragma Inline (Total_In); 345 pragma Inline (Total_Out);
|
D | zlib-streams.ads | 38 pragma Inline (Read_Total_In); 42 pragma Inline (Read_Total_Out); 46 pragma Inline (Write_Total_In); 50 pragma Inline (Write_Total_Out);
|
D | zlib.adb | 86 pragma Inline (Raise_Error); 89 pragma Inline (Raise_Error); 568 pragma Inline (Put_32);
|
/third_party/libwebsockets/READMEs/ |
D | README.content-security-policy.md | 63 #### Inline styles must die 70 Inline styles are no longer allowed (eg, "style='font-size:120%'" in the 75 #### Inline scripts must die 77 Inline scripts need to be placed in a `.js` file and loaded in the page head 85 Inline `onclick()` etc are kinds of inline scripting and are banned.
|
/third_party/boost/tools/quickbook/test/include/ |
D | templates-inc1.quickbook | 1 Inline:__FILENAME__
|
/third_party/boost/tools/quickbook/test/doc-info/ |
D | escape-1.6.quickbook | 6 [purpose Inline code test: `1 + 2`]
|
D | encode-1.5.quickbook | 6 [purpose Inline code test: `1 + 2`]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | text_golden_test.dart | 562 testWidgets('Text Inline widget', (WidgetTester tester) async { 659 testWidgets('Text Inline widget textfield', (WidgetTester tester) async { 708 testWidgets('Text Inline widget nesting', (WidgetTester tester) async { 839 testWidgets('Text Inline widget baseline', (WidgetTester tester) async { 949 testWidgets('Text Inline widget aboveBaseline', (WidgetTester tester) async { 1059 testWidgets('Text Inline widget belowBaseline', (WidgetTester tester) async { 1169 testWidgets('Text Inline widget top', (WidgetTester tester) async { 1279 testWidgets('Text Inline widget middle', (WidgetTester tester) async {
|
/third_party/boost/tools/quickbook/test/ |
D | blocks-1_5.quickbook | 35 [heading Inline blocks]
|
/third_party/harfbuzz/ |
D | .clang-format | 29 AllowShortFunctionsOnASingleLine: Inline
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | .clang-format | 29 AllowShortFunctionsOnASingleLine: Inline
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | .clang-format | 29 AllowShortFunctionsOnASingleLine: Inline
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.inc | 7 // angletypes.inc : Inline definitions of some functions from angletypes.h
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.inc | 7 // angletypes.inc : Inline definitions of some functions from angletypes.h
|
/third_party/ninja/ |
D | .clang-format | 20 AllowShortFunctionsOnASingleLine: Inline
|
12345678