Searched defs:setX (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ | ||
H A D | X86MCCodeEmitter.cpp | 174 void setX(unsigned Encoding) { X = Encoding >> 3 & 1; } in setX() function in __anon182f77eb0111::X86OpcodePrefixHelper |
/freebsd/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 3022 void setX(Expr *X) { Data->getChildren()[DataPositionTy::POS_X] = X; } in setX() function |