Home
last modified time | relevance | path

Searched refs:Decor (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/games/luola/luola-1.3.2/src/
H A Ddecor.h29 struct Decor { struct
40 extern struct Decor *make_snowflake(double x,double y, Vector v); argument
41 extern struct Decor *make_blood(double x,double y, Vector v);
42 extern struct Decor *make_waterdrop(double x,double y, Vector v);
43 extern struct Decor *make_feather(double x,double y, Vector v);
46 extern void add_decor(struct Decor *d);
50 struct Decor *(*make_decor)(double x, double y, Vector v));
H A Ddecor.c86 struct Decor *make_snowflake(double x,double y, Vector v) { in make_snowflake()
87 struct Decor *d = malloc(sizeof(struct Decor)); in make_snowflake()
103 struct Decor *make_waterdrop(double x,double y, Vector v) { in make_waterdrop()
104 struct Decor *d = malloc(sizeof(struct Decor)); in make_waterdrop()
119 struct Decor *make_feather(double x,double y, Vector v) { in make_feather()
120 struct Decor *d = malloc(sizeof(struct Decor)); in make_feather()
137 struct Decor *make_blood(double x,double y, Vector v) { in make_blood()
138 struct Decor *d = make_waterdrop(x,y,v); in make_blood()
145 void add_decor(struct Decor *d) { in add_decor()
165 static inline void draw_decor(struct Decor *d) in draw_decor()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/ubsan/
H A Dubsan_diag.cc166 static void renderMemorySnippet(const __sanitizer::AnsiColorDecorator &Decor, in renderMemorySnippet() argument
194 Printf(Decor.Green()); in renderMemorySnippet()
209 Printf("%s\n", Decor.Default()); in renderMemorySnippet()
247 __sanitizer::AnsiColorDecorator Decor(PrintsToTty()); in ~Diag() local
249 Printf(Decor.Bold()); in ~Diag()
256 Decor.Red(), Decor.Default(), Decor.Bold()); in ~Diag()
260 Printf("%s note: %s", Decor.Black(), Decor.Default()); in ~Diag()
266 Printf("%s\n", Decor.Default()); in ~Diag()
269 renderMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, in ~Diag()
/dports/lang/gnat_util/gcc-6-20180516/libsanitizer/ubsan/
H A Dubsan_diag.cc243 static void renderMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in renderMemorySnippet() argument
275 Printf(Decor.Highlight()); in renderMemorySnippet()
290 Printf("%s\n", Decor.EndHighlight()); in renderMemorySnippet()
330 Decorator Decor; in ~Diag() local
331 Printf(Decor.Bold()); in ~Diag()
338 Decor.Warning(), Decor.EndWarning(), Decor.Bold()); in ~Diag()
342 Printf("%s note: %s", Decor.Note(), Decor.EndNote()); in ~Diag()
348 Printf("%s\n", Decor.Default()); in ~Diag()
351 renderMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, in ~Diag()
/dports/lang/gcc6-aux/gcc-6-20180516/libsanitizer/ubsan/
H A Dubsan_diag.cc243 static void renderMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in renderMemorySnippet() argument
275 Printf(Decor.Highlight()); in renderMemorySnippet()
290 Printf("%s\n", Decor.EndHighlight()); in renderMemorySnippet()
330 Decorator Decor; in ~Diag() local
331 Printf(Decor.Bold()); in ~Diag()
338 Decor.Warning(), Decor.EndWarning(), Decor.Bold()); in ~Diag()
342 Printf("%s note: %s", Decor.Note(), Decor.EndNote()); in ~Diag()
348 Printf("%s\n", Decor.Default()); in ~Diag()
351 renderMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, in ~Diag()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/toml_edit-0.9.1/src/
H A Drepr.rs11 decor: Decor,
50 pub fn decor_mut(&mut self) -> &mut Decor { in decor_mut() argument
55 pub fn decor(&self) -> &Decor { in decor() argument
108 pub struct Decor { struct
113 impl Decor { impl
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append("%s", Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append("%s", Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append(Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc249 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
282 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
300 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
341 Decorator Decor; in ~Diag() local
351 Buffer.append(Decor.Bold()); in ~Diag()
357 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
358 Decor.Bold()); in ~Diag()
362 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
368 Buffer.append("%s\n", Decor.Default()); in ~Diag()
372 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/ubsan/
H A Dubsan_diag.cc247 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
280 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
298 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
339 Decorator Decor; in ~Diag() local
342 Buffer.append(Decor.Bold()); in ~Diag()
348 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
349 Decor.Bold()); in ~Diag()
353 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
359 Buffer.append("%s\n", Decor.Default()); in ~Diag()
363 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append(Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/ubsan/
H A Dubsan_diag.cc247 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
280 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
298 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
339 Decorator Decor; in ~Diag() local
342 Buffer.append(Decor.Bold()); in ~Diag()
348 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
349 Decor.Bold()); in ~Diag()
353 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
359 Buffer.append("%s\n", Decor.Default()); in ~Diag()
363 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libsanitizer/ubsan/
H A Dubsan_diag.cc247 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
280 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
298 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
339 Decorator Decor; in ~Diag() local
342 Buffer.append(Decor.Bold()); in ~Diag()
348 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
349 Decor.Bold()); in ~Diag()
353 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
359 Buffer.append("%s\n", Decor.Default()); in ~Diag()
363 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append(Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append(Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append(Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append(Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append(Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append(Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/ubsan/
H A Dubsan_diag.cc247 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
280 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
298 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
339 Decorator Decor; in ~Diag() local
342 Buffer.append(Decor.Bold()); in ~Diag()
348 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
349 Decor.Bold()); in ~Diag()
353 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
359 Buffer.append("%s\n", Decor.Default()); in ~Diag()
363 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/ubsan/
H A Dubsan_diag.cc247 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
280 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
298 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
339 Decorator Decor; in ~Diag() local
349 Buffer.append(Decor.Bold()); in ~Diag()
355 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
356 Decor.Bold()); in ~Diag()
360 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
366 Buffer.append("%s\n", Decor.Default()); in ~Diag()
370 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/ubsan/
H A Dubsan_diag.cc247 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
280 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
298 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
339 Decorator Decor; in ~Diag() local
349 Buffer.append(Decor.Bold()); in ~Diag()
355 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
356 Decor.Bold()); in ~Diag()
360 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
366 Buffer.append("%s\n", Decor.Default()); in ~Diag()
370 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append("%s", Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append("%s", Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/ubsan/
H A Dubsan_diag.cc247 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
280 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
298 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
339 Decorator Decor; in ~Diag() local
342 Buffer.append(Decor.Bold()); in ~Diag()
348 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
349 Decor.Bold()); in ~Diag()
353 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
359 Buffer.append("%s\n", Decor.Default()); in ~Diag()
363 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() argument
289 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
307 Buffer.append("%s\n", Decor.Default()); in PrintMemorySnippet()
348 Decorator Decor; in ~Diag() local
358 Buffer.append(Decor.Bold()); in ~Diag()
364 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), in ~Diag()
365 Decor.Bold()); in ~Diag()
369 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); in ~Diag()
375 Buffer.append("%s\n", Decor.Default()); in ~Diag()
379 PrintMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, NumRanges, Args); in ~Diag()

12345678910