HomeSort by relevance Sort by last modified time
    Searched defs:Converted (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Helper.c 49 BOOLEAN Converted;
55 Converted = FALSE;
88 Converted = TRUE;
92 if (!Converted && ((FormatMask & FORMAT_STRING) != 0)) {
260 @return The integer value of converted Str.
378 @return The integer value of converted Str. If not found, then return -1.
403 @return The converted Str. If not found, then return NULL.
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 245 /// Check if the given use (Instruction + OpIdx) of Cst should be converted into
247 /// A use should be converted if it is legal to do so.
302 /// Check if the given Cst should be converted into
304 /// A constant should be converted if it is likely that the materialization of
342 auto Converted = PromotionCache.insert(
344 if (Converted.second)
345 Converted.first->second.ShouldConvert = shouldConvertImpl(&C);
346 return Converted.first->second.ShouldConvert;
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 189 llvm_unreachable("LiteralKind can't be converted into a ClassKind");
    [all...]
SemaTemplateInstantiateDecl.cpp 182 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond);
183 if (Converted.isInvalid())
185 Cond = Converted.get();
    [all...]
SemaTemplate.cpp 730 TemplateArgument Converted;
732 CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
SemaDeclAttr.cpp 812 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond);
813 if (Converted.isInvalid())
815 Cond = Converted.get();
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 257 // A default argument expression is implicitly converted (clause
    [all...]
SemaExpr.cpp 539 // type 'array of type' is converted to an expression that has type 'pointer
546 // T" can be converted to an rvalue of type "pointer to T".
640 // converted to a prvalue.
788 // value is converted to an int; otherwise, it is converted to an
808 /// are promoted to double. All other argument types are converted by
    [all...]

Completed in 547 milliseconds