HomeSort by: relevance | last modified time | path
    Searched defs:captured (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m68hc11/
dv-m68hc11.c 934 int captured; local
941 captured = 0;
944 captured = (val & mask) != 0;
947 captured = (val & mask) == 0;
950 captured = 1;
953 if (captured)
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
dv-m68hc11.c 934 int captured; local
941 captured = 0;
944 captured = (val & mask) != 0;
947 captured = (val & mask) == 0;
950 captured = 1;
953 if (captured)
  /src/games/sail/
extern.h 78 #define sterncolour(sp) ((sp)->file->stern+'0'-((sp)->file->captured ? 10 : 0))
82 #define capship(sp) ((sp)->file->captured?(sp)->file->captured:(sp))
151 struct ship *captured; /* 68 */ member in struct:File
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 361 OpaqueValueExpr *captured = local
366 captured->setIsUnique(true);
369 addSemanticExpr(captured);
370 return captured;
375 /// already be captured.
377 /// \returns the captured expression, which will be the
378 /// same as the input if the input was already captured
382 // If the expression hasn't already been captured, just capture it
395 "captured expression not found in semantics!");

Completed in 31 milliseconds