Searched refs:ApplyModifiers (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/bmake/
H A Dvar.c2536 ApplyModifiers(char *nstr, const char *tstr, function
2595 nstr = ApplyModifiers(nstr, rval,
4007 nstr = ApplyModifiers(nstr, extramodifiers, '(', ')',
4015 nstr = ApplyModifiers(nstr, tstr, startc, endc,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp738 void addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers = true) const;
740 void addLiteralImmOperand(MCInst &Inst, int64_t Val, bool ApplyModifiers) const;
1688 void AMDGPUOperand::addImmOperands(MCInst &Inst, unsigned N, bool ApplyModifiers) const {
1692 ApplyModifiers &
1700 void AMDGPUOperand::addLiteralImmOperand(MCInst &Inst, int64_t Val, bool ApplyModifiers) const {
1706 if (ApplyModifiers) {

Completed in 150 milliseconds