/freebsd/sys/sys/ |
H A D | stdatomic.h | 247 #define atomic_fetch_add_explicit(object, operand, order) \ argument 249 #define atomic_fetch_and_explicit(object, operand, order) \ argument 251 #define atomic_fetch_or_explicit(object, operand, order) \ argument 253 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 255 #define atomic_fetch_xor_explicit(object, operand, order) \ argument 272 #define atomic_fetch_add_explicit(object, operand, order) \ argument 274 #define atomic_fetch_and_explicit(object, operand, order) \ argument 276 #define atomic_fetch_or_explicit(object, operand, order) \ argument 278 #define atomic_fetch_sub_explicit(object, operand, order) \ argument 280 #define atomic_fetch_xor_explicit(object, operand, order) \ argument [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 156 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) argument 159 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) argument 162 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) argument 165 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) argument 168 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) argument
|
/freebsd/contrib/libpcap/ |
H A D | bpf_image.c | 135 const char *operand; in bpf_image() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 1990 const OperandSpecifier &operand, in translateImmediate() 2298 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM() 2364 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 68 Node *operand = stack.pop_back_val(); in ParseOneExpression() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 1147 const uint64_t operand = in EmulateCBZ() local 1183 const uint64_t operand = in EmulateTBZ() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 1225 GetBaseExplainingValue(const Instruction::Operand &operand, in GetBaseExplainingValue() 1288 GetBaseExplainingDereference(const Instruction::Operand &operand, in GetBaseExplainingDereference() 1335 for (const Instruction::Operand &operand : operands) { in GuessValueForAddress() local
|
/freebsd/contrib/diff/src/ |
H A D | cmp.c | 110 try_help (char const *reason_msgid, char const *operand) in try_help()
|
H A D | diff.c | 842 try_help (char const *reason_msgid, char const *operand) in try_help()
|
H A D | sdiff.c | 164 try_help (char const *reason_msgid, char const *operand) in try_help()
|
H A D | diff3.c | 406 try_help (char const *reason_msgid, char const *operand) in try_help()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 1085 Operand operand; ParseOperands() local 1137 for (const Operand &operand : operands) { ParseOperands() local [all...] |
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | DwarfParser.hpp | 459 uint8_t operand; in parseFDEInstructions() local
|
/freebsd/contrib/bc/src/ |
H A D | program.c | 1672 BcResult* operand; in bc_program_pushArray() local 1887 BcResult* operand; in bc_program_return() local
|
H A D | num.c | 1514 BcNum* operand; in bc_num_m() local
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 643 Value *operand = ii.getOperand(oi); in CanInterpret() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 2519 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 287 Expr *operand) { in ActOnObjCAtSynchronizedOperand()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 2988 llvm::Value *operand = bitcast->getOperand(0); in emitARCOperationAfterCall() local
|