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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
187 // on failure. It does not allow a null argument (use cast_or_null for that).
199 // cast_or_null<X> - Functionally identical to cast, except that a null value is
203 inline typename cast_retty<X, Y*>::ret_type cast_or_null(Y *Val) { function in namespace:llvm
205 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
232 // on failure. It does not allow a null argument (use cast_or_null for that).
270 // cast_or_null<X> - Functionally identical to cast, except that a null value is
277 cast_or_null(const Y &Val) { function in namespace:llvm
280 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
288 cast_or_null(Y &Val) { function in namespace:llvm
291 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
297 cast_or_null(Y *Val) { function in namespace:llvm
299 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
305 cast_or_null(std::unique_ptr<Y> &&Val) function in namespace:llvm
    [all...]
  /external/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
214 // on failure. It does not allow a null argument (use cast_or_null for that).
242 // cast_or_null<X> - Functionally identical to cast, except that a null value is
248 cast_or_null(const Y &Val) { function in namespace:llvm
251 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
258 cast_or_null(Y &Val) { function in namespace:llvm
261 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
267 cast_or_null(Y *Val) { function in namespace:llvm
269 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
213 // on failure. It does not allow a null argument (use cast_or_null for that).
241 // cast_or_null<X> - Functionally identical to cast, except that a null value is
248 cast_or_null(const Y &Val) { function in namespace:llvm
251 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
259 cast_or_null(Y &Val) { function in namespace:llvm
262 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
268 cast_or_null(Y *Val) { function in namespace:llvm
270 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
213 // on failure. It does not allow a null argument (use cast_or_null for that).
241 // cast_or_null<X> - Functionally identical to cast, except that a null value is
248 cast_or_null(const Y &Val) { function in namespace:llvm
251 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
259 cast_or_null(Y &Val) { function in namespace:llvm
262 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
268 cast_or_null(Y *Val) { function in namespace:llvm
270 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
213 // on failure. It does not allow a null argument (use cast_or_null for that).
241 // cast_or_null<X> - Functionally identical to cast, except that a null value is
248 cast_or_null(const Y &Val) { function in namespace:llvm
251 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
259 cast_or_null(Y &Val) { function in namespace:llvm
262 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");
268 cast_or_null(Y *Val) { function in namespace:llvm
270 assert(isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!");

Completed in 269 milliseconds