Searched refs:postfix (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dfini.c63 static char postfix[32]; variable
325 fscanf (in, "%s %s %s %s %s %d %d", prefix, postfix, storage, type, routine,
339 if (postfix[0] == '\0')
340 postfix[1] = '\0';
343 postfix[strlen (postfix) - 1] = '\0';
349 for (i = 1; postfix[i] != '\0'; ++i)
350 postfix[i - 1] = postfix[i];
351 postfix[
[all...]
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DPostfixExpression.cpp9 // This file implements support for postfix expressions found in several symbol
21 using namespace lldb_private::postfix;
46 Node *postfix::ParseOneExpression(llvm::StringRef expr,
90 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) {
242 bool postfix::ResolveSymbols(
247 void postfix::ToDWARF(Node &node, Stream &stream) {
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp25 using namespace lldb_private::postfix;
60 postfix::ParseFPOProgram(program, alloc);
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp574 llvm::ArrayRef<uint8_t> SymbolFileBreakpad::SaveAsDWARF(postfix::Node &node) {
594 postfix::Node *rhs = postfix::ParseOneExpression(rule->second, node_alloc);
600 bool success = postfix::ResolveSymbols(
601 rhs, [&](postfix::SymbolNode &symbol) -> postfix::Node * {
604 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc);
608 return postfix::MakeNode<postfix
[all...]
H A DSymbolFileBreakpad.h218 llvm::ArrayRef<uint8_t> SaveAsDWARF(postfix::Node &node);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcomplaints.c69 const char *postfix; member in struct:explanation
207 complaints->explanation[series].postfix);
/openbsd-current/usr.bin/rsync/
H A Drules.c344 const char *postfix;
354 postfix = postfix_command(r);
357 postlen = strlen(postfix);
367 if (!io_write_buf(sess, fd, postfix, postlen))
/openbsd-current/lib/libcrypto/x509/
H A Dby_dir.c272 const char *postfix=""; local
282 postfix="";
287 postfix="r";
330 ent->dir, h, postfix, k);
/openbsd-current/gnu/usr.bin/perl/cpan/experimental/lib/
H A Dexperimental.pm229 =item * C<postderef> - allow the use of postfix dereferencing expressions
233 =item * C<postderef_qq> - allow the use of postfix dereferencing expressions inside interpolating strings
/openbsd-current/sbin/restore/
H A Dinteractive.c70 char postfix; /* postfix character */ member in struct:afile
609 fp->postfix = ' ';
613 fp->postfix = '@';
618 fp->postfix = '=';
623 fp->postfix = '#';
629 fp->postfix = '/';
631 fp->postfix = ' ';
659 if (fp->postfix != ' ')
690 putc(fp->postfix, stder
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h9 // This file implements support for postfix expressions found in several symbol
26 namespace postfix { namespace in namespace:lldb_private
28 /// The base class for all nodes in the parsed postfix tree.
213 /// Parse the given postfix expression. The parsed nodes are placed into the
227 } // namespace postfix
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_request.c246 if (rq->postfix < head) {
250 memset(vaddr + head, val, rq->postfix - head);
428 rq->ring->head = rq->postfix;
606 if (rq->infix == rq->postfix)
617 rq->infix = rq->postfix;
712 request->ring->vaddr + request->postfix);
1893 rq->postfix = intel_ring_offset(rq, cs);
H A Di915_request.h287 * Position in the ring of the start of the postfix.
289 * without overwriting the postfix.
291 u32 postfix; member in struct:i915_request
H A Di915_gpu_error.c1650 ee->rq_post = rq->postfix;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dpostfixderef.t5 this file contains all dereferencing tests from ref.t but using postfix instead of prefix or circumfix syntax.
158 sub spr::DESTROY { print InScope,$test++," - postfix scalar reference\n"; }
159 sub apr::DESTROY { print InScope,$test++," - postfix array reference\n"; }
160 sub hpr::DESTROY { print InScope,$test++," - postfix hash reference\n"; }
164 # and real references taken from symbolic postfix dereferences
171 # print "# postfix whack-star instead of prefix whack\n";
269 eval q/ $ref->** /; # postfix GLOB dereference ?
282 ok(eval q/ $pvbm_r = \'PVBM'->&* /, "postfix symref to sub name");
283 is("$pvbm_r", "".\&PVBM, "postfix and prefix mechanisms provide same result");
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_ring.c209 if (bytes <= __intel_ring_space(target->postfix,
H A Dselftest_execlists.c236 GEM_BUG_ON(rq[0]->postfix > ce[1]->ring->emit);
266 GEM_BUG_ON(rq[1]->postfix <= rq[0]->postfix);
289 GEM_BUG_ON(rq[0]->postfix > rq[1]->postfix);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d10v.c86 static int postfix PARAMS ((char *p));
384 postfix (p) function
472 post = postfix (p);
H A Dtc-d30v.c116 static int postfix PARAMS ((char *p));
421 postfix (p) function
516 post = postfix (p);
526 post = postfix (p);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d30v.c365 postfix (char *p) function
455 post = postfix (p);
465 post = postfix (p);
H A Dtc-d10v.c340 postfix (char *p) function
425 post = postfix (p);
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dfeature.pl700 The 'postderef_qq' feature extends the applicability of L<postfix
702 postfix array dereference, postfix scalar dereference, and
703 postfix array highest index access are available in double-quotish interpolations.
720 postfix dereference syntax outside double-quotish interpolations. In those
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dfeature.pm278 The 'postderef_qq' feature extends the applicability of L<postfix
280 postfix array dereference, postfix scalar dereference, and
281 postfix array highest index access are available in double-quotish interpolations.
298 postfix dereference syntax outside double-quotish interpolations. In those
/openbsd-current/gnu/gcc/gcc/
H A Dgimplify.c1901 bool postfix;
1910 /* Prefix or postfix? */
1913 postfix = want_value;
1915 postfix = false;
1917 /* For postfix, make sure the inner expression's post side effects
1919 if (postfix)
1938 /* For postfix operator, we evaluate the LHS to an rvalue and then use
1940 if (postfix)
1950 if (postfix)
1900 bool postfix; local
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp1126 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '"

Completed in 476 milliseconds

12