Searched refs:ApplyModifiers (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | var.c | 2536 ApplyModifiers(char *nstr, const char *tstr, in ApplyModifiers() function 2595 nstr = ApplyModifiers(nstr, rval, in ApplyModifiers() 4007 nstr = ApplyModifiers(nstr, extramodifiers, '(', ')', in Var_Parse() 4015 nstr = ApplyModifiers(nstr, tstr, startc, endc, in Var_Parse()
|
| H A D | ChangeLog | 1026 o ApplyModifiers: when we parse a variable which is not
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 580 void addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers = true) const; 582 void addLiteralImmOperand(MCInst &Inst, int64_t Val, bool ApplyModifiers) const; 1383 void AMDGPUOperand::addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers) const { in addImmOperands() 1387 ApplyModifiers & in addImmOperands() 1395 void AMDGPUOperand::addLiteralImmOperand(MCInst &Inst, int64_t Val, bool ApplyModifiers) const { in addLiteralImmOperand() 1401 if (ApplyModifiers) { in addLiteralImmOperand()
|