HomeSort by: relevance | last modified time | path
    Searched defs:ValType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 392 enum class ValType {
403 SmallVector<ValType, 1> Returns;
404 SmallVector<ValType, 4> Params;
408 WasmSignature(SmallVector<ValType, 1> &&InReturns,
409 SmallVector<ValType, 4> &&InParams)
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 532 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C) {}
533 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT) {}
541 ValueType valueType() const { return ValType; }
559 const ValueType ValType;
582 switch (ValType.Base) {
588 switch (ValType.Size) {
590 if (ValType.Signed)
595 if (ValType.Signed)
600 if (ValType.Signed)
605 if (ValType.Signed
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 930 RecTy *ValType;
934 NumConds(NC), ValType(Type) {}
953 RecTy *getValType() const { return ValType; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 181 enum ValType {
190 PointerIntPair<Value *, 2, ValType> Val;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 2365 QualType ValType = pointerType->getPointeeType();
2366 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
2372 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
2389 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
2390 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
2397 if (Context.getTypeSize(ValType) > MaxWidth) {
2404 switch (ValType.getObjCLifetime()) {
2414 << ValType << PointerArg->getSourceRange()
    [all...]

Completed in 180 milliseconds