Searched refs:getCodeUnit (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Program.cpp | 58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dstruct.d | 578 if (se.getCodeUnit(i)) in _isZeroInit()
|
H A D | constfold.d | 825 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 D | expression.h | 379 char32_t getCodeUnit(d_size_t i) const;
|
H A D | dinterpret.d | 7134 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 D | ctfeexpr.d | 1564 emplaceExp!IntegerExp(pue, loc, es1.getCodeUnit(cast(size_t) indx), type); in ctfeIndex()
|
H A D | dtoh.d | 2610 writeCharLiteral(*buf, e.getCodeUnit(i));
|
H A D | hdrgen.d | 1987 writeCharLiteral(*buf, e.getCodeUnit(i)); in expressionPrettyPrint()
|
H A D | expression.d | 2598 dchar getCodeUnit(size_t i) const pure in getCodeUnit() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog | 520 (ExprVisitor::visit (StringExp *)): Use getCodeUnit instead of charAt
|
H A D | expr.cc | 2576 tree value = build_integer_cst (e->getCodeUnit (i), etype); in visit()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 3849 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() 3858 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
|
H A D | Expr.cpp | 1093 switch (uint32_t Char = getCodeUnit(I)) { in outputString() 1101 uint32_t Trail = getCodeUnit(I + 1); in outputString()
|
H A D | ExprConstant.cpp | 3386 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 D | RegionStore.cpp | 1657 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 5283 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral() 5293 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
|
H A D | CGObjCGNU.cpp | 993 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 D | Expr.h | 1855 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 2923 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
|
H A D | SemaExpr.cpp | 1915 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()
|