HomeSort by: relevance | last modified time | path
    Searched refs:Ctl (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.cpp 984 Error ResourceFileWriter::writeSingleDialogControl(const Control &Ctl,
989 auto TypeInfo = Control::SupportedCtls.lookup(Ctl.Type);
991 CtlStyle |= Ctl.Style.getValueOr(RCInt(0));
992 uint32_t CtlExtStyle = Ctl.ExtStyle.getValueOr(0);
1006 } Prefix{ulittle32_t(Ctl.HelpID.getValueOr(0)), ulittle32_t(CtlExtStyle),
1013 Ctl.X, "Dialog control x-coordinate", true));
1015 Ctl.Y, "Dialog control y-coordinate", true));
1017 checkSignedNumberFits<int16_t>(Ctl.Width, "Dialog control width", false));
1019 Ctl.Height, "Dialog control height", false));
1025 } Middle{ulittle16_t(Ctl.X), ulittle16_t(Ctl.Y), ulittle16_t(Ctl.Width)
    [all...]
ResourceScriptStmt.cpp 170 for (auto &Ctl : Controls)
171 Ctl.log(OS);
ResourceScriptStmt.h 665 void addControl(Control &&Ctl) { Controls.push_back(std::move(Ctl)); }
  /src/games/warp/
warp.h 143 #define Ctl(ch) (ch & 037)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp 352 unsigned C = ctl(I, StartAt+L) == Switch;
363 uint8_t ctl(ElemType Pos, unsigned Step) const { function in namespace:__anon4879
2002 SDValue Ctl = getVectorConstant(FC, dl);
2003 Results.push(Hexagon::V6_vdelta, ResTy, {Va, OpRef(Ctl)});
2010 SDValue Ctl = getVectorConstant(RC, dl);
2011 Results.push(Hexagon::V6_vrdelta, ResTy, {Va, OpRef(Ctl)});
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 6717 StringRef Ctl;
6719 if (!parseString(Ctl)) {
6722 if (Ctl.size() != BITMASK_WIDTH) {
6731 for (size_t i = 0; i < Ctl.size(); ++i) {
6733 switch(Ctl[i]) {

Completed in 23 milliseconds