Home
last modified time | relevance | path

Searched defs:setX (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dderived-to-base.cpp44 void setX() { x = 42; } in setX() function in VirtualBaseClasses::C
79 void setX() { x = 42; } in setX() function in VirtualBaseClasses::CI
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp174 void setX(unsigned Encoding) { X = Encoding >> 3 & 1; } in setX() function in __anon75ea7f1e0111::X86OpcodePrefixHelper
192 void setX(const MCInst &MI, unsigned OpNum, unsigned Shift = 3) { in setX() function in __anon75ea7f1e0111::X86OpcodePrefixHelper
/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3021 void setX(Expr *X) { Data->getChildren()[DataPositionTy::POS_X] = X; } setX() function