| /freebsd-13.1/sys/sys/ |
| H A D | stdatomic.h | 243 #define atomic_fetch_add_explicit(object, operand, order) \ argument 245 #define atomic_fetch_and_explicit(object, operand, order) \ argument 247 #define atomic_fetch_or_explicit(object, operand, order) \ argument 272 #define atomic_fetch_or_explicit(object, operand, order) \ argument 283 #define __atomic_apply_stride(object, operand) \ argument 321 #define atomic_fetch_or_explicit(object, operand, order) \ argument 350 #define atomic_fetch_add(object, operand) \ argument 352 #define atomic_fetch_and(object, operand) \ argument 354 #define atomic_fetch_or(object, operand) \ argument 356 #define atomic_fetch_sub(object, operand) \ argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 132 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) argument 135 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) argument 138 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) argument 141 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) argument 144 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) argument
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | bpf_image.c | 43 const char *operand; in bpf_image() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 1886 const OperandSpecifier &operand, in translateImmediate() 2192 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM() 2258 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 66 Node *operand = stack.pop_back_val(); in ParseOneExpression() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 1136 const uint64_t operand = in EmulateCBZ() local 1172 const uint64_t operand = in EmulateTBZ() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1212 GetBaseExplainingValue(const Instruction::Operand &operand, in GetBaseExplainingValue() 1275 GetBaseExplainingDereference(const Instruction::Operand &operand, in GetBaseExplainingDereference() 1322 for (const Instruction::Operand &operand : operands) { in GuessValueForAddress() local
|
| /freebsd-13.1/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 | 407 try_help (char const *reason_msgid, char const *operand) in try_help()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 739 Operand operand; in ParseOperands() local 792 for (const Operand &operand : operands) { in ParseOperands() local
|
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | DwarfParser.hpp | 443 uint8_t operand; in parseFDEInstructions() local
|
| /freebsd-13.1/contrib/bc/src/ |
| H A D | program.c | 1523 BcResult r, *operand; in bc_program_pushArray() local 1746 BcResult *operand; in bc_program_return() local
|
| H A D | num.c | 1307 BcNum *operand; in bc_num_m() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 92 NonLoc SValBuilder::makeNonLoc(const SymExpr *operand, in makeNonLoc()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 592 Value *operand = ii.getOperand(oi); in CanInterpret() local
|
| H A D | DWARFExpression.cpp | 2723 const Instruction::Operand &operand) { in MatchesOperand()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 2455 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt() local
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 2966 llvm::Value *operand = bitcast->getOperand(0); in emitARCOperationAfterCall() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 4210 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { in ActOnObjCAtSynchronizedOperand()
|