Home
last modified time | relevance | path

Searched refs:getCodeUnit (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.cpp58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d578 if (se.getCodeUnit(i)) in _isZeroInit()
H A Dconstfold.d825 uinteger_t c = es1.getCodeUnit(i); in Equal()
1240 emplaceExp!(IntegerExp)(&ue, loc, es1.getCodeUnit(cast(size_t) i), type); in Index()
1396 const val = newval.getCodeUnit(j); in sliceAssignArrayLiteralFromString()
1446 const val1 = se1.getCodeUnit(j + lo1); in sliceCmpStringWithArray()
H A Dexpression.h379 char32_t getCodeUnit(d_size_t i) const;
H A Ddinterpret.d7134 while (indx > 0 && ((se.getCodeUnit(indx) & 0xC0) == 0x80)) in foreachApplyUtf()
7150 auto wc = se.getCodeUnit(indx); in foreachApplyUtf()
7164 rawvalue = se.getCodeUnit(indx); in foreachApplyUtf()
H A Dctfeexpr.d1564 emplaceExp!IntegerExp(pue, loc, es1.getCodeUnit(cast(size_t) indx), type); in ctfeIndex()
H A Ddtoh.d2610 writeCharLiteral(*buf, e.getCodeUnit(i));
H A Dhdrgen.d1987 writeCharLiteral(*buf, e.getCodeUnit(i)); in expressionPrettyPrint()
H A Dexpression.d2598 dchar getCodeUnit(size_t i) const pure in getCodeUnit() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog520 (ExprVisitor::visit (StringExp *)): Use getCodeUnit instead of charAt
H A Dexpr.cc2576 tree value = build_integer_cst (e->getCodeUnit (i), etype); in visit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp3849 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
3858 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
H A DExpr.cpp1093 switch (uint32_t Char = getCodeUnit(I)) { in outputString()
1101 uint32_t Trail = getCodeUnit(I + 1); in outputString()
H A DExprConstant.cpp3386 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()
3411 Value = S->getCodeUnit(I); in expandStringLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1657 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5283 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
5293 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
H A DCGObjCGNU.cpp993 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1855 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp2923 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
H A DSemaExpr.cpp1915 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()