OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stripPointerCastsNoFollowAliases
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
Value.cpp
388
Value *Value::
stripPointerCastsNoFollowAliases
() {
/external/llvm/include/llvm/IR/
Value.h
276
Value *
stripPointerCastsNoFollowAliases
();
277
const Value *
stripPointerCastsNoFollowAliases
() const {
278
return const_cast<Value*>(this)->
stripPointerCastsNoFollowAliases
();
Completed in 535 milliseconds