Searched defs:setX (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/test/Analysis/ | ||
H A D | derived-to-base.cpp | 44 void setX() { x = 42; } in setX() function in VirtualBaseClasses::C |
/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 __anon75ea7f1e0111::X86OpcodePrefixHelper |
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 3021 void setX(Expr *X) { Data->getChildren()[DataPositionTy::POS_X] = X; } setX() function |